@@ -70,3 +70,10 @@ environments) will automatically be propagated to your Cypress tests.
If you're not using a smart deployment job, you may still explicitly declare the `CYPRESS_BASE_URL` variable (but that
will be unfortunately hardcoded to a single server).
### Hook scripts
The Cypress template supports _optional_ **hook scripts** from your project, located in the `$CYPRESS_PROJECT_DIR` directory to perform additional project-specific logic:
*`pre-cypress.sh` is executed **before** running Cypress,
*`post-cypress.sh` is executed **after** running Cypress (whichever the tests status).