We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b680ec + 1689651 commit 62de7e2Copy full SHA for 62de7e2
checkly.config.ts
@@ -10,7 +10,7 @@ export default defineConfig({
10
// reuse your existing Playwright configuration
11
playwrightConfigPath: "./playwright.config.ts",
12
// define locations from which your tests will run as monitors
13
- locations: ["us-west-1", "eu-west-2", "ap-northeast-1"],
+ locations: ["us-east-1", "eu-central-1", "ap-southeast-1"],
14
15
playwrightChecks: [
16
/**
0 commit comments