Skip to content

Fix Broken Links in "Your first web scenario" Guide #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/docs/handbook/tutorials/your-first-web-scenario.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ techniques** and **patterns** when needed.
My goal with all the Serenity/JS guides in this handbook, including this one, is that they're easy to follow whether
you're a test automation expert or just starting on your journey.
If you found anything here that could have been clearer, please let me know in the comments or
[submit a correction](https://github.com/serenity-js/serenity-js/tree/main/documentation/serenity-js.org/docs/web-testing/your-first-web-scenario.mdx).
[submit a correction](https://github.com/serenity-js/serenity-js.org/blob/main/src/docs/handbook/tutorials/your-first-web-scenario.mdx).

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.
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).
Expand All @@ -37,8 +37,8 @@ All [Serenity/JS project templates](/handbook/project-templates/), such as the o
make it easy for you to use them in a Visual Studio Code-based development environment.
Of course, since Serenity/JS tests are standards-based Node.js code, they'll work just as well in any other modern <abbr title="Integrated Development Environment">IDE</abbr>.

In this tutorial, we'll use [Serenity/JS + Playwright Test template](https://github.com/serenity-js/serenity-js-playwright-test-template),
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.
In this tutorial, we'll use the [Serenity/JS + Playwright Test template](https://github.com/serenity-js/serenity-js-playwright-test-template),
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.
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/).

To launch your workspace, make sure you have a [GitHub account](/community/),
Expand Down