Skip to content

Commit 3e6e9e5

Browse files
committed
docs(website): updated links
1 parent b926236 commit 3e6e9e5

File tree

4 files changed

+7
-7
lines changed
  • src/blog
    • 2023-06-01-support-for-playwright-ui-mode
    • 2024-09-26-introducing-numeric
    • 2024-11-22-simplifying-test-automation-infrastructure
    • 2024-12-12-support-for-webdriverio-9

4 files changed

+7
-7
lines changed

src/blog/2023-06-01-support-for-playwright-ui-mode/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ tags:
1515

1616
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**!
1717

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/)!

src/blog/2024-09-26-introducing-numeric/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We’re excited to share the latest release of Serenity/JS, which is packed with
1616
{/* truncate */}
1717

1818
:::tip New to Serenity/JS?
19-
New to Serenity/JS or test automation? Start with ["Your first web scenario"](/handbook/web-testing/your-first-web-scenario/),
19+
New to Serenity/JS or test automation? Start with ["Your first web scenario"](/handbook/tutorials/your-first-web-scenario/),
2020
praised by our community as "the best guide to take your automation skills to the next level."
2121
:::
2222

src/blog/2024-11-22-simplifying-test-automation-infrastructure/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Let’s explore what’s new!
2020
{/* truncate */}
2121

2222
:::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/),
2424
praised by our community as "the best guide to take your automation skills to the next level."
2525
:::
2626

@@ -57,7 +57,7 @@ making it easier to diagnose issues with custom Serenity/JS configuration ([#182
5757

5858
### Updated Serenity/JS Project Templates
5959

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
6161
to reflect the latest improvements, helping you kickstart your projects with best practices built right in.
6262

6363
## Upgrading to Serenity/JS 3.30

src/blog/2024-12-12-support-for-webdriverio-9/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Let’s explore what makes this update exciting!
1818
{/* truncate */}
1919

2020
:::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/),
2222
praised by our community as "the best guide to take your automation skills to the next level."
2323
:::
2424

@@ -30,7 +30,7 @@ The most notable new feature introduced by [WebdriverIO 9](https://webdriver.io/
3030
This new protocol enables modern test automation capabilities like network request mocking and console log inspection,
3131
which will be progressively supported with dedicated Screenplay Pattern interactions in upcoming Serenity/JS releases.
3232

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
3434
to replace the deprecated configuration properties.
3535
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.
3636

@@ -49,7 +49,7 @@ We've revised, simplified, and updated the [Serenity/JS WebdriverIO integration
4949

5050
### Updated WebdriverIO Project Templates
5151

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.
5353

5454
## Upgrading to Serenity/JS 3.31
5555

0 commit comments

Comments
 (0)