@@ -69,3 +69,10 @@ or through a basic `environment_url.txt` file, then the Hurl test will automatic
environments) will automatically be propagated to your Hurl tests.
When successfully determined, the base url is then [injected as `base_url` variable](https://hurl.dev/docs/templates.html#injecting-variables), and can be freely used in your Hurl scripts with the `{{base_url}}` expression.
### Hook scripts
The Hurl template supports _optional_ **hook scripts** from your project, located in the root directory to perform additional project-specific logic:
*`pre-hurl.sh` is executed **before** running Hurl,
*`post-hurl.sh` is executed **after** running Hurl (whichever the tests status).