Add sleep delay to bitbucket pipeline

This commit is contained in:
Ramon Wenger 2021-03-16 15:58:30 +01:00
parent 7032cf4e39
commit 2815f9aee9
1 changed files with 2 additions and 1 deletions

View File

@ -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