Skip to content

Commit a73d7e5

Browse files
authored
Merge pull request #78 from checkly/remove-pwn-beta-labels
Remove Playwright Check Suite beta labels
2 parents 61e86c9 + 904ad78 commit a73d7e5

7 files changed

Lines changed: 0 additions & 26 deletions

File tree

constructs/playwright-check.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ sidebarTitle: 'Playwright Check Suites'
55
---
66

77
import GeneralMonitorOptionsTable from '/snippets/general-monitor-options-table.mdx';
8-
import PlaywrightCheckSuiteBetaNote from '/snippets/playwright-check-suite-beta-note.mdx';
98

109
<Tip>
1110
Learn more about Playwright Check Suites in [the Playwright Check Suites overview](/detect/synthetic-monitoring/playwright-checks/overview).
1211
</Tip>
1312

14-
<PlaywrightCheckSuiteBetaNote />
15-
1613
Use Playwright Check Suites to reuse your existing Playwright test suite to run it as end-to-end tests and synthetic monitoring. The examples below show how to configure Playwright Check Suites for different testing and monitoring scenarios.
1714

1815
<Accordion title="Prerequisites">

detect/synthetic-monitoring/playwright-checks/add-to-group.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: 'Organize your Playwright Check Suites with groups for better manag
44
sidebarTitle: 'Add to Group'
55
---
66

7-
import PlaywrightCheckSuiteBetaNote from '/snippets/playwright-check-suite-beta-note.mdx'
8-
9-
<PlaywrightCheckSuiteBetaNote />
10-
117
You can define a new group, or associate a Playwright Check Suite to an existing group.
128

139
## Steps

detect/synthetic-monitoring/playwright-checks/configuration.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: 'Complete configuration reference for Playwright Check Suites inclu
44
sidebarTitle: 'Configuration'
55
---
66

7-
import PlaywrightCheckSuiteBetaNote from '/snippets/playwright-check-suite-beta-note.mdx'
8-
9-
<PlaywrightCheckSuiteBetaNote />
10-
117
Use the `checkly.config.ts/js` file to define your Playwright Check Suite. Each Playwright Check Suite can be connected to references in your `playwright.config.ts/js` file.
128

139
<Info>

detect/synthetic-monitoring/playwright-checks/custom-dependencies.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: 'Use private packages, custom registries, and additional dependenci
44
sidebarTitle: 'Custom Dependencies'
55
---
66

7-
import PlaywrightCheckSuiteBetaNote from '/snippets/playwright-check-suite-beta-note.mdx'
8-
9-
<PlaywrightCheckSuiteBetaNote />
10-
117
Playwright Check Suites let you take your existing Playwright tests and turn them into globally distributed monitoring using the [Checkly CLI](/cli/). It will read your Playwright configuration and parse your existing settings and dependencies to prepare the Checkly monitoring infrastructure.
128

139
## Using JavaScript/Node.js dependencies

detect/synthetic-monitoring/playwright-checks/overview.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ description: 'Run your Playwright end-to-end test suite as synthetic production
55
tags: ['synthetic-monitoring', 'playwright-checks']
66
---
77

8-
import PlaywrightCheckSuiteBetaNote from '/snippets/playwright-check-suite-beta-note.mdx'
9-
108
<Tip>
119
**Monitoring as Code**: Learn more about the [Playwright Check Suite Construct](/constructs/playwright-check).
1210
</Tip>
1311

14-
<PlaywrightCheckSuiteBetaNote />
15-
1612
## What are Playwright Check Suites?
1713

1814
Playwright Check Suites enable you to run entire Playwright end-to-end test suites, Playwright projects or tagged tests as pre-production tests and global production monitors, without rewriting your tests and configuration.

detect/synthetic-monitoring/playwright-checks/test-organization.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ description: Learn how to structure and organize your Playwright Check Suites.
55
tags: ['synthetic-monitoring', 'playwright-checks']
66
---
77

8-
import PlaywrightCheckSuiteBetaNote from '/snippets/playwright-check-suite-beta-note.mdx'
9-
10-
<PlaywrightCheckSuiteBetaNote />
11-
128
Playwright Check Suites enable you to reuse your existing Playwright end-to-end tests for global synthetic monitoring.
139

1410
<Frame>

snippets/playwright-check-suite-beta-note.mdx

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)