Skip to content
Snippets Groups Projects
Commit 5d0b9cff authored by jurgenhaas's avatar jurgenhaas
Browse files

drupal/demos/salles#54 Ensure cypress directories before running tests

parent 57739c6b
No related branches found
No related tags found
No related merge requests found
...@@ -132,6 +132,10 @@ Test Cypress E2E: ...@@ -132,6 +132,10 @@ Test Cypress E2E:
optional: true optional: true
resource_group: cypress resource_group: cypress
script: script:
- mkdir -p tests/cypress/screenshots
- mkdir -p tests/cypress/videos
- chmod 777 tests/cypress/screenshots
- chmod 777 tests/cypress/videos
- tests/cypress-run - tests/cypress-run
artifacts: artifacts:
name: cypresse2e name: cypresse2e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment