Skip to content
Snippets Groups Projects
Unverified Commit da96341d authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Try to test in "headed" mode

parent 25f1a72b
Branches
No related tags found
No related merge requests found
Pipeline #16520 passed
......@@ -99,7 +99,8 @@ deploy_production:
- git clone https://gitlab.tugraz.at/dbp/middleware/e2e-tests.git --depth 1
- cd e2e-tests
- yarn install
- ./node_modules/.bin/cypress run --browser "$BROWSER" --spec "cypress/integration/signature/*.spec.js"
# - ./node_modules/.bin/cypress run --browser "$BROWSER" --spec "cypress/integration/signature/*.spec.js"
- xvfb-run ./node_modules/.bin/cypress run --browser "$BROWSER" --headed --spec "cypress/integration/signature/*.spec.js"
artifacts:
paths:
- e2e-tests/cypress/videos/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment