stable

Clone or download

Read-only

Add cypress tests for Taskboard

Part of request #14515 Add end-to-end tests for taskboard - make tests_cypress should succeed - make tests_cypress_dev should now print the "tuleap" ip to help contributors setup cypress tests This contribution provides the setup and a few tests. More tests can be added later. Change-Id: I9194d7e87b0b65e2eb4a2c905158aa847ed28d9b

Modified Files

Name
M .editorconfig +1 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddButton.vue +1 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.vue +1 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Label/LabelEditor.vue +1 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Label/__snapshots__/LabelEditor.test.ts.snap +1 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/__snapshots__/TaskBoardBody.test.ts.snap +1 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ButtonBar/OpenClosedSwitcher.vue +2 −0 Go to diff View file
A tests/e2e/_fixtures/taskboard_project/project.xml +2351 −0 Go to diff View file
A tests/e2e/_fixtures/taskboard_project/users.xml +35 −0 Go to diff View file
A tests/e2e/full/cypress/integration/taskboard_spec.js +129 −0 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +2 −0 Go to diff View file
M tests/e2e/full/wrap_for_dev_context.sh +4 −1 Go to diff View file