Files
calendar/__checks__/README.md
T
Hariom BalharaandGitHub f905ae7502 fix: Add CSP back to login page (#22688)
* Middleware only logic to add CSP header as Next.js App Router doesnt allow setting header in server component

* add tests

* Remove nonce from Page Router and fix ts issues

* Add checkly test
2025-07-26 01:38:20 +01:00

7 lines
263 B
Markdown

# Checkly Tests
Run as `yarn checkly test`
Optionally, run as `yarn checkly test --record` to be able to get detailed debugging view in Checkly UI
Run the tests for a particylar file as `yarn checkly test {filePattern}`
Deploy the tests as `yarn checkly deploy`