Commit 14da30ea authored by Mark Harding's avatar Mark Harding

(chore): use chrome vs electron for tests

parent 12578c8b
No related merge requests found
Pipeline #74313168 running with stages
......@@ -35,7 +35,7 @@ test:
policy: pull-push
e2e:
image: cypress/base:10
image: cypress/browsers:chrome67
stage: test:e2e
variables:
CYPRESS_INSTALL_BINARY: 1
......@@ -50,7 +50,7 @@ e2e:
- export CYPRESS_baseUrl=$E2E_DOMAIN
- echo "E2E tests for $CI_BUILD_REF_NAME running against $E2E_DOMAIN with user $CYPRESS_username"
- $(npm bin)/cypress install # Binary needs reinstalling
- $(npm bin)/cypress run --record --key $CYPRESS_RECORD_ID --config CYPRESS_baseUrl=$E2E_DOMAIN
- $(npm bin)/cypress run --browser chrome --record --key $CYPRESS_RECORD_ID --config CYPRESS_baseUrl=$E2E_DOMAIN
artifacts:
when: always
paths:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment