* 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
7 lines
263 B
Markdown
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`
|