diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 8d21ae26..df4980fe 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -74,7 +74,8 @@ aliases: script: - npm ci --prefix client - npm run "install:cypress" --prefix client - - npm run dev --prefix client & + - npm run dev --prefix client 2>&1 > /dev/null & + - sleep 30 - curl http://localhost:8080/beta-login - npm run --prefix client test:cypress:frontend - &jest-test