Files
calendar/__checks__
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
..
2022-09-08 16:04:40 -06:00

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