You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: detect/synthetic-monitoring/browser-checks/playwright-support.mdx
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,18 +158,16 @@ To see one way this can look like, see our [example repository](https://github.c
158
158
159
159
## Global configuration
160
160
161
-
We are gradually rolling out support for global configuration options for the Playwright Test Runner. This allows you to
161
+
We are gradually rolling out support for global configuration options for the Playwright Test Runner. This allows you to
162
162
configure your Playwright tests in a single place, instead of having to repeat the same configuration for each test file.
163
163
164
-
<Warning> This feature is in **beta** and is only available when using the Checkly CLI to manage your checks and associated `.spec.ts|js` files.</Warning>
165
-
166
164
There are three things you should be aware of:
167
165
1. You can only use a subset of the Playwright config options. See the [supported configuration options](#supported-configuration-options) section for more information.
168
166
2. You need to add the `playwrightConfig` section to your `checkly.config.ts` file, nested under the `browserChecks` section.
169
167
3. We explicitly do not read from the existing `playwright.config.ts` or `playwright.config.js` file in your project. This is to avoid any confusion about which config file is used to run your tests and to prevent any unexpected behaviour.
170
168
171
169
172
-
If you have an existing `playwright.config.ts` or `playwright.config.js` file in your project that you want to import,
170
+
If you have an existing `playwright.config.ts` or `playwright.config.js` file in your project that you want to import,
173
171
you can simply run the [sync-playwright](/cli/checkly-sync-playwright)
Copy file name to clipboardExpand all lines: detect/synthetic-monitoring/browser-checks/snippets.mdx
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,9 @@ Snippets can be useful for:
11
11
- a common navigation flow
12
12
- a common setup or teardown procedure
13
13
14
-
15
-
> [!CLI]
16
-
> If you are using the CLI, you don't need to use snippets. You can just use `import` or `require` to add any local dependencies from your repo.
17
-
> Check the docs on using local dependencies [right here](/cli/npm-packages/).
14
+
<Note>
15
+
If you are using [the Checkly CLI](/cli/overview), you don't need to use snippets. Use `import` or `require` to add any local dependencies from your repo. Check the docs on [using local dependencies](/platform/runtimes/dependencies#local-dependencies) to learn more.
Copy file name to clipboardExpand all lines: detect/synthetic-monitoring/playwright-checks/overview.mdx
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,6 @@ Receive notifications when tests fail or performance degrades, keeping your team
52
52
</Step>
53
53
</Steps>
54
54
55
-
<Info>
56
-
**Runtime Limits**: During Beta, Playwright Checks can run up to 20 minutes per execution. This limit can be adjusted based on feedback.
57
-
</Info>
58
-
59
55
## Test Selection
60
56
61
57
Your Playwright end-to-end test suite consists of projects, `spec.ts` files and individual tests. Use Playwright Check Suites to select and regroup the tests you want to run as synthetic monitors.
Copy file name to clipboardExpand all lines: detect/synthetic-monitoring/playwright-checks/test-organization.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Playwright tests are run to validate a pre-production environment and prepare a
35
35
36
36
Split your Playwright tests into focus areas or groups of urgency to ensure the best monitoring frequency and alerting mechanisms.
37
37
38
-
The acceptable test duration depends on your application and how quickly you want to be alerted in case of an issue. **If your service level agreements (SLAs) require a fast reaction time, we recommend keeping your Playwright Check Suite execution times as short as possible**.
38
+
The acceptable test duration depends on your application and how quickly you want to be alerted in case of an issue. **If [your service level agreements (SLAs)](/learn/incidents/slo-sla-sli) require a fast reaction time, we recommend keeping your Playwright Check Suite execution times as short as possible**.
39
39
40
40
<Tip>
41
41
Remember: 99.9% uptime means about 1 minute and 26 seconds of downtime each day. To ensure high uptime, your Playwright Check Suites should run much faster than the maximum downtime per day. To guarantee a high level of uptime, your Playwright Check Suites should run significantly faster than 1 minute and 26 seconds.
Copy file name to clipboardExpand all lines: resolve/traces/import/open-telemetry.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
---
1
+
---
2
2
title: 'Setting Up The OpenTelemetry Collector'
3
3
description: 'Learn how to import traces from OpenTelemetry'
4
4
sidebarTitle: 'From OpenTelemetry'
@@ -53,7 +53,7 @@ service:
53
53
```
54
54
## Step 2: Restart your collector
55
55
56
-
Grab your **OTel API key** in the *Send traces* section of the [Open Telemetry Integration page in the Checkly app](https://app.checklyhq.com/settings/account/open-telemetry).
56
+
Grab your **OTel API key** in the *Send traces* section of the [Open Telemetry Integration page in the Checkly app](https://app.checklyhq.com/settings/account/open-telemetry).
57
57
Now, export your API key in your shell by setting the `CHECKLY_OTEL_API_KEY` environment variable.
0 commit comments