@playwright/test support. No lock-in,
just write standard *.spec.ts files.
Starting your first project
Get started by installing the CLI using the following command which will guide you through the required steps to set up a fully working example.Terminal
Terminal
Terminal
Terminal
Using AI IDEs and Copilots
Checkly is designed to work with AI IDEs and Copilots. You can use your preferred provider to generate code for API Checks, Browser Checks and all other constructs.GitHub Copilot
Download the Checkly instructions file and let copilot generate Checkly CLI code for you.
Cursor
Download the Checkly
.mdc rules file and let Cursor generate Checkly CLI code for you.Claude Code
Download the Checkly rules file and let Claude generate Checkly CLI code for you.
Integrating with CI/CD
After kicking the tires, you should delegate the testing and deploying of your checks to your CI/CD pipeline. Check our docs on setting up the Checkly CLI with your favourite CI/CD platform.GitHub Actions
Run the Checkly CLI from GitHub Actions, export summary reports and integrate with mono repos
GitLab CI
Run the Checkly CLI from GitLab CI pipelines, using separate e2e-test and deploy jobs.
Jenkins
Run the Checkly CLI from a Jenkins pipeline using a Jenkinsfile.