Skip to content

Commit a27327f

Browse files
committed
docs(website): refactored the tutorials section
1 parent f996c33 commit a27327f

File tree

2 files changed

+644
-0
lines changed

2 files changed

+644
-0
lines changed

src/docs/handbook/tutorials/index.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Tutorials
2+
3+
**Serenity/JS Tutorials** offer a carefully curated collection of hands-on guides designed to immerse you in the Serenity/JS framework.
4+
These tutorials enable you to develop real-world test scenarios without needing to set anything up locally - unless you choose to.
5+
6+
With each tutorial, you'll embark on a practical journey through the framework, discovering how to extend the [Serenity/JS Project Templates](/handbook/project-templates/) to solve real-world test automation challenges.
7+
As you progress, you'll see how the different Serenity/JS modules come together to help you write clearer, more maintainable tests. And if you'd like to explore further, I'll point you to guides that dive into each topic in greater detail.
8+
9+
**What you'll learn:**
10+
- [Your First Web Scenario](/handbook/tutorials/your-first-web-scenario/) – Write and run your first web test using the Serenity/JS Screenplay Pattern, featuring built-in debugging support and structured test design.
11+
- [Your First API Test Scenario](/handbook/tutorials/your-first-api-scenario/) – Automate the testing of RESTful APIs with Serenity/JS.
12+
- [Upgrading from Serenity/JS 2](/handbook/tutorials/upgrading-from-serenity-js-2/) – Explore what's new in Serenity/JS 3 and learn how to upgrade your existing Serenity/JS 2 projects.

0 commit comments

Comments
 (0)