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
-[Serenity/JS + Cucumber project templates](/handbook/getting-started/project-templates/), which are the easiest way to start with the framework
20
+
-[Serenity/JS + Cucumber project templates](/handbook/project-templates/), which are the easiest way to start with the framework
21
21
-[Examples and reference implementations](https://github.com/serenity-js/serenity-js/tree/main/examples), demonstrating using Serenity/JS with Cucumber to write both REST API- and web-based acceptance tests
22
22
23
23
## Using Serenity/JS reporting services
@@ -34,7 +34,7 @@ into [Serenity/JS domain events](/handbook/reporting/domain-events) that can con
34
34
by [Serenity/JS reporting services](/handbook/reporting/).
35
35
:::
36
36
37
-
[`@serenity-js/cucumber` module](/api/cucumber) provides a set of [**test runner adapters**](/handbook/getting-started/architecture)
37
+
[`@serenity-js/cucumber` module](/api/cucumber) provides a set of [**test runner adapters**](/handbook/architecture)
38
38
you can attach to _**any version**_ of Cucumber test runner.
39
39
The module detects the version of Cucumber you're using and picks the most appropriate adapter automatically.
40
40
@@ -73,8 +73,8 @@ graph TB
73
73
74
74
### Installing Serenity/JS test runner adapter
75
75
76
-
Assuming you already have a [Node.js project](/handbook/getting-started/installation/#creating-a-nodejs-project)
77
-
and [Serenity/JS runtime dependencies](/handbook/getting-started/installation/) set up,
76
+
Assuming you already have a [Node.js project](/handbook/installation/#creating-a-nodejs-project)
77
+
and [Serenity/JS runtime dependencies](/handbook/installation/) set up,
0 commit comments