-
- Downloads
Issue #246: end to end testing
parent
74476dd8
No related branches found
No related tags found
Showing
- .eslintrc.json 4 additions, 1 deletion.eslintrc.json
- .gitignore 3 additions, 1 deletion.gitignore
- electron/electron.js 8 additions, 3 deletionselectron/electron.js
- package-lock.json 94 additions, 6 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
- playwright.config.ts 78 additions, 0 deletionsplaywright.config.ts
- src/features/ePocFlow/nodes/ActivityNode.vue 10 additions, 1 deletionsrc/features/ePocFlow/nodes/ActivityNode.vue
- src/features/ePocFlow/nodes/AddChapterNode.vue 1 addition, 1 deletionsrc/features/ePocFlow/nodes/AddChapterNode.vue
- src/features/ePocFlow/nodes/ChapterNode.vue 8 additions, 3 deletionssrc/features/ePocFlow/nodes/ChapterNode.vue
- src/features/ePocFlow/nodes/PageNode.vue 11 additions, 2 deletionssrc/features/ePocFlow/nodes/PageNode.vue
- src/features/ePocFlow/nodes/content/DraggableNode.vue 2 additions, 0 deletionssrc/features/ePocFlow/nodes/content/DraggableNode.vue
- src/features/ePocFlow/nodes/ePocNode.vue 2 additions, 1 deletionsrc/features/ePocFlow/nodes/ePocNode.vue
- src/features/sideBar/components/SideActions.vue 5 additions, 1 deletionsrc/features/sideBar/components/SideActions.vue
- tests/data/form/contentForm.data.ts 30 additions, 0 deletionstests/data/form/contentForm.data.ts
- tests/data/form/index.ts 5 additions, 0 deletionstests/data/form/index.ts
- tests/data/form/nodeForm.data.ts 102 additions, 0 deletionstests/data/form/nodeForm.data.ts
- tests/data/form/questionForm.data.ts 108 additions, 0 deletionstests/data/form/questionForm.data.ts
- tests/data/graph.data.ts 58 additions, 0 deletionstests/data/graph.data.ts
- tests/data/index.ts 2 additions, 0 deletionstests/data/index.ts
- tests/main.spec.ts 71 additions, 0 deletionstests/main.spec.ts
Loading
Please register or sign in to comment