Add `pip install` step for cypress e2e tests in pipelines

This commit is contained in:
Daniel Egger 2023-04-05 17:04:56 +02:00
parent a1fa632e2d
commit c8a18592d2
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ e2e: &e2e
- export IT_SERVE_VUE=false - export IT_SERVE_VUE=false
- export IT_ALLOW_LOCAL_LOGIN=true - export IT_ALLOW_LOCAL_LOGIN=true
- source ./env/bitbucket/prepare_for_test.sh - source ./env/bitbucket/prepare_for_test.sh
- pip install -r server/requirements/requirements-dev.txt
- npm install - npm install
- npm run build - npm run build
- ./prepare_server_cypress.sh --start-background - ./prepare_server_cypress.sh --start-background