Skip to main content
Having the possibility to run Playwright Test scripts for your browser checks locally will allow you to develop them faster and with more confidence.

Enabling local script execution

You can easily enable local execution by storing your browser check scripts in local folders and passing the path to the right script:
Basic checks written with @playwright/test will run locally with npx playwright test and remotely on Checkly without any modifications:
basic.spec.ts