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:
optional: true
resource_group: cypress
script:
- mkdir -p tests/cypress/screenshots
- mkdir -p tests/cypress/videos
- chmod 777 tests/cypress/screenshots
- chmod 777 tests/cypress/videos
- tests/cypress-run
artifacts:
name: cypresse2e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment