Add check for all env variables (fail fast).
This commit is contained in:
parent
80df78bd7c
commit
23e7245981
2 changed files with 11 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
appId: ${APP_ID}
|
||||
---
|
||||
## Check that all env variables required in the whole test suite are declared (to fail faster)
|
||||
- runScript: ./scripts/checkEnv.js
|
||||
- runFlow: tests/init.yaml
|
||||
- runFlow: tests/account/login.yaml
|
||||
- runFlow: tests/settings/settings.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue