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/docs/handbook/tutorials/your-first-web-scenario.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ techniques** and **patterns** when needed.
11
11
My goal with all the Serenity/JS guides in this handbook, including this one, is that they're easy to follow whether
12
12
you're a test automation expert or just starting on your journey.
13
13
If you found anything here that could have been clearer, please let me know in the comments or
14
-
[submit a correction](https://github.com/serenity-js/serenity-js/tree/main/documentation/serenity-js.org/docs/web-testing/your-first-web-scenario.mdx).
14
+
[submit a correction](https://github.com/serenity-js/serenity-js.org/blob/main/src/docs/handbook/tutorials/your-first-web-scenario.mdx).
15
15
16
16
To keep things simple, we'll use a [**Gitpod.io workspace**](/handbook/project-templates/#serenityjs-gitpods) to work with Serenity/JS in your web browser, so there's **no need to install anything** on your computer.
17
17
If you prefer to set up Serenity/JS locally instead, follow the installation instructions in [Serenity/JS + Playwright Test project template](https://github.com/serenity-js/serenity-js-playwright-test-template).
@@ -37,8 +37,8 @@ All [Serenity/JS project templates](/handbook/project-templates/), such as the o
37
37
make it easy for you to use them in a Visual Studio Code-based development environment.
38
38
Of course, since Serenity/JS tests are standards-based Node.js code, they'll work just as well in any other modern <abbrtitle="Integrated Development Environment">IDE</abbr>.
39
39
40
-
In this tutorial, we'll use [Serenity/JS + Playwright Test template](https://github.com/serenity-js/serenity-js-playwright-test-template),
41
-
which integrates Serenity/JS with [Playwright](https://playwright.dev/) web testing library and its dedicated [Playwright Test](https://playwright.dev/docs/test-runners#playwright-test) test runner.
40
+
In this tutorial, we'll use the [Serenity/JS + Playwright Test template](https://github.com/serenity-js/serenity-js-playwright-test-template),
41
+
which integrates Serenity/JS with the [Playwright](https://playwright.dev/) web testing library and its dedicated [Playwright Test](https://playwright.dev/docs/api/class-test) test runner.
42
42
The test suite we'll work on interacts with a simple to-do list app that you can experiment with at [todo-app.serenity-js.org](https://todo-app.serenity-js.org/).
43
43
44
44
To launch your workspace, make sure you have a [GitHub account](/community/),
0 commit comments