Skip to content

Commit 92c3a5e

Browse files
authored
Promote Playwright Check Suites to Beta (#1318)
* Update playwright-native-alpha.md to be beta * update to Beta
1 parent 81c8497 commit 92c3a5e

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

site/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ disqusShortname = "checkly"
124124
weight = 45
125125

126126
[[menu.resources]]
127-
name = "Playwright Check Suites (Alpha)"
127+
name = "Playwright Check Suites (Beta)"
128128
url = "/docs/playwright-checks/"
129129
weight = 50
130130

site/content/_shared/playwright-native-alpha.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
sitemapExclude: true
3+
---
4+
5+
> Playwright Check Suites are currently in Beta. Join the [Slack community](https://checklycommunity.slack.com/join/shared_invite/zt-2qc51mpyr-5idwVD4R4izkf5FC4CFk1A#/shared-invite/email) to get live updates on feature development and get help getting started.
6+
s

site/content/docs/playwright-checks/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ weight: 14
66
slug: /
77
menu:
88
resources:
9-
parent: "Playwright Check Suites (Alpha)"
9+
parent: "Playwright Check Suites (Beta)"
1010

1111
---
1212

13-
{{< markdownpartial "/_shared/playwright-native-alpha.md" >}}
13+
{{< markdownpartial "/_shared/playwright-native-notice.md" >}}
1414

1515
Use your existing Playwright tests as live, scheduled monitoring checks. No rewrites required. Define what to monitor using code, selecting the right tags and projects, and run your checks globally, using the [Checkly CLI](/docs/cli).
1616

site/content/docs/playwright-checks/add-to-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ weight: 20
66
slug: /groups-usage
77
menu:
88
resources:
9-
parent: "Playwright Check Suites (Alpha)"
9+
parent: "Playwright Check Suites (Beta)"
1010
weight: 20
1111
---
1212

13-
{{< markdownpartial "/_shared/playwright-native-alpha.md" >}}
13+
{{< markdownpartial "/_shared/playwright-native-notice.md" >}}
1414

1515
You can define a new group, or associate a Playwright Check Suite to an existing group.
1616

site/content/docs/playwright-checks/custom-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 16
66
slug: /custom-dependencies
77
menu:
88
resources:
9-
parent: "Playwright Check Suites (Alpha)"
9+
parent: "Playwright Check Suites (Beta)"
1010
---
1111

1212
Playwright Check Suites let you take your existing Playwright tests and turn them into globally distributed monitoring using the [Checkly CLI](/docs/cli/). It will read your Playwright configuration and parse your existing settings and dependencies to prepare the Checkly monitoring infrastructure.

site/content/docs/playwright-checks/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ weight: 16
66
slug: /reference
77
menu:
88
resources:
9-
parent: "Playwright Check Suites (Alpha)"
9+
parent: "Playwright Check Suites (Beta)"
1010
---
1111

12-
{{< markdownpartial "/_shared/playwright-native-alpha.md" >}}
12+
{{< markdownpartial "/_shared/playwright-native-notice.md" >}}
1313

1414
Use the `checkly.config.ts/js` file to define your Playwright Check Suite.
1515

0 commit comments

Comments
 (0)