@@ -71,3 +71,10 @@ or through a basic `environment_url.txt` file, then the Postman test will automa
:warning: all our deployment templates implement this design. Therefore even purely dynamic environments (such as review
environments) will automatically be propagated to your Postman tests.
### Hook scripts
The Postman template supports _optional_ **hook scripts** from your project, located in the root directory to perform additional project-specific logic:
*`pre-postman.sh` is executed **before** running Postman,
*`post-postman.sh` is executed **after** running Postman (whichever the tests status).