From c8a18592d25299f3b22c9c4f8b5423ff63a2d6a8 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Wed, 5 Apr 2023 17:04:56 +0200 Subject: [PATCH] Add `pip install` step for cypress e2e tests in pipelines --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 4dd857b9..f345759a 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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