Add check for all env variables (fail fast).

This commit is contained in:
Benoit Marty 2023-01-19 15:42:22 +01:00 committed by Benoit Marty
parent 80df78bd7c
commit 23e7245981
2 changed files with 11 additions and 0 deletions

View file

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