Add `pip install` step for cypress e2e tests in pipelines
This commit is contained in:
parent
a1fa632e2d
commit
c8a18592d2
|
|
@ -17,6 +17,7 @@ e2e: &e2e
|
|||
- export IT_SERVE_VUE=false
|
||||
- export IT_ALLOW_LOCAL_LOGIN=true
|
||||
- source ./env/bitbucket/prepare_for_test.sh
|
||||
- pip install -r server/requirements/requirements-dev.txt
|
||||
- npm install
|
||||
- npm run build
|
||||
- ./prepare_server_cypress.sh --start-background
|
||||
|
|
|
|||
Loading…
Reference in New Issue