The Playwright template supports _optional_ **hook scripts** from your project, located in the `$PLAYWRIGHT_PROJECT_DIR` directory to perform additional project-specific logic:
*`pre-playwright.sh` is executed **before** running Playwright,
*`post-playwright.sh` is executed **after** running Playwright (whichever the tests status).