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: src/blog/2023-06-01-support-for-playwright-ui-mode/index.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
@@ -15,4 +15,4 @@ tags:
15
15
16
16
Check out our new tutorial where in **less than 5 minutes**, you'll learn how to **integrate Serenity/JS** with your Playwright test suite, **enable Serenity BDD reports**, start using the **Screenplay Pattern**, and get started with **Playwright Test UI Mode**!
17
17
18
-
Learn about [Using Serenity/JS with Playwright Test](/handbook/getting-started/serenity-js-with-playwright-test/)!
18
+
Learn about [Using Serenity/JS with Playwright Test](/handbook/test-runners/playwright-test/)!
Copy file name to clipboardExpand all lines: src/blog/2024-11-22-simplifying-test-automation-infrastructure/index.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
@@ -20,7 +20,7 @@ Let’s explore what’s new!
20
20
{/* truncate */}
21
21
22
22
:::tip New to Serenity/JS?
23
-
New to Serenity/JS or test automation? Start with ["Your first web scenario"](/handbook/web-testing/your-first-web-scenario/),
23
+
New to Serenity/JS or test automation? Start with ["Your first web scenario"](/handbook/tutorials/your-first-web-scenario/),
24
24
praised by our community as "the best guide to take your automation skills to the next level."
25
25
:::
26
26
@@ -57,7 +57,7 @@ making it easier to diagnose issues with custom Serenity/JS configuration ([#182
57
57
58
58
### Updated Serenity/JS Project Templates
59
59
60
-
Getting started with Serenity/JS has never been easier! The [Serenity/JS Project Templates](/handbook/getting-started/project-templates/) have been updated
60
+
Getting started with Serenity/JS has never been easier! The [Serenity/JS Project Templates](/handbook/project-templates/) have been updated
61
61
to reflect the latest improvements, helping you kickstart your projects with best practices built right in.
Copy file name to clipboardExpand all lines: src/blog/2024-12-12-support-for-webdriverio-9/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Let’s explore what makes this update exciting!
18
18
{/* truncate */}
19
19
20
20
:::tip New to Serenity/JS?
21
-
New to Serenity/JS or test automation? Start with ["Your first web scenario"](/handbook/web-testing/your-first-web-scenario/),
21
+
New to Serenity/JS or test automation? Start with ["Your first web scenario"](/handbook/tutorials/your-first-web-scenario/),
22
22
praised by our community as "the best guide to take your automation skills to the next level."
23
23
:::
24
24
@@ -30,7 +30,7 @@ The most notable new feature introduced by [WebdriverIO 9](https://webdriver.io/
30
30
This new protocol enables modern test automation capabilities like network request mocking and console log inspection,
31
31
which will be progressively supported with dedicated Screenplay Pattern interactions in upcoming Serenity/JS releases.
32
32
33
-
Thanks to Serenity/JS being an [abstraction over WebdriverIO](/handbook/getting-started/architecture/) (and other [web integration tools](/api/web/)), upgrading to WebdriverIO 9 should require only a few simple configuration updates
33
+
Thanks to Serenity/JS being an [abstraction over WebdriverIO](/handbook/architecture/) (and other [web integration tools](/api/web/)), upgrading to WebdriverIO 9 should require only a few simple configuration updates
34
34
to replace the deprecated configuration properties.
35
35
In most cases, no changes to test code are needed helping your team stay up-to-date with your tools while minimising the maintenance cost of your Serenity/JS-based frameworks.
36
36
@@ -49,7 +49,7 @@ We've revised, simplified, and updated the [Serenity/JS WebdriverIO integration
49
49
50
50
### Updated WebdriverIO Project Templates
51
51
52
-
[Serenity/JS Project Templates](/handbook/getting-started/project-templates/) now default to WebdriverIO 9, making it easy for new projects to start with the latest features.
52
+
[Serenity/JS Project Templates](/handbook/project-templates/) now default to WebdriverIO 9, making it easy for new projects to start with the latest features.
0 commit comments