Call beta login before starting cypress tests
This commit is contained in:
parent
1f0be12486
commit
c14a09dbd3
|
|
@ -58,9 +58,10 @@ aliases:
|
|||
- npm run "install:cypress" --prefix client
|
||||
- psql -U $DATABASE_USER -h $DATABASE_HOST -c "create database $DATABASE_NAME"
|
||||
- python server/manage.py dummy_data
|
||||
- python server/manage.py runserver &
|
||||
- npm run dev --prefix client &
|
||||
- python server/manage.py runserver > /dev/null 2>&1 &
|
||||
- npm run dev --prefix client > /dev/null 2>&1 &
|
||||
- cd client
|
||||
- curl http://localhost:8000/beta-login
|
||||
- npm run test:cypress
|
||||
- &jest-test
|
||||
name: run jest tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue