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