Commit d2a4fe13 authored by Mark Harding's avatar Mark Harding

(chore): remove double e2e block

parent 11800810
No related merge requests found
Pipeline #74402931 running with stages
......@@ -79,35 +79,6 @@ e2e:chrome:
- cache/Cypress
allow_failure: true #manual inspection in case of timeouts
e2e:
image: cypress/browsers:chrome67
stage: test:e2e
variables:
CYPRESS_INSTALL_BINARY: 1
script:
- npm install
- >
if [ "$CI_BUILD_REF_NAME" == "master" ]; then
export E2E_DOMAIN=https://www.minds.com
else
export E2E_DOMAIN=https://$CI_BUILD_REF_SLUG.$KUBE_INGRESS_BASE_DOMAIN
fi
- 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 --browser chrome --record --key $CYPRESS_RECORD_ID --config CYPRESS_baseUrl=$E2E_DOMAIN
artifacts:
when: always
paths:
- cypress/screenshots/**/*.mp4
- cypress/videos/**/*.mp4
cache:
paths:
- .npm
- cache/Cypress
allow_failure: true #manual inspection in case of timeouts
build:review:
stage: build
script:
......
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