Skip to content

Commit

Permalink
docs(playwright): added links to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Sep 10, 2023
1 parent 8ad41a9 commit 2dfe1a6
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions packages/playwright/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,16 @@ To install this module, run the following command in your [Playwright project di
npm install --save-dev @serenity-js/assertions @serenity-js/console-reporter @serenity-js/core @serenity-js/serenity-bdd @serenity-js/web @serenity-js/playwright
```

To learn more about Serenity/JS and how to use it on your project, follow the [Serenity/JS Getting Started guide for Playwright Test](https://serenity-js.org/handbook/getting-started/serenity-js-with-playwright-test/).
To learn more about Serenity/JS and how to use it on your project, follow the [Serenity/JS Getting Started guide](https://serenity-js.org/handbook/getting-started/).

## Usage with `@playwright/test`

Follow the [Serenity/JS Getting Started guide for Playwright Test](https://serenity-js.org/handbook/getting-started/serenity-js-with-playwright-test/).

## Usage with Cucumber

Follow the [Serenity/JS configuration guide for Cucumber](https://serenity-js.org/handbook/test-runners/cucumber/)
and review the [Serenity/JS Cucumber and Playwright Project Template](https://github.com/serenity-js/serenity-js-cucumber-playwright-template).

### Usage with Mocha

Expand Down Expand Up @@ -127,16 +136,6 @@ Next steps:
- Learn about the [Screenplay Pattern](https://serenity-js.org/handbook/design/screenplay-pattern.html)
- Explore [`@serenity-js/web`](https://serenity-js.org/api/web) and [`@serenity-js/assertions`](https://serenity-js.org/api/assertions) APIs

## Usage with `@playwright/test`

See [@serenity-js/playwright-test](https://serenity-js.org/api/playwright-test).

## Usage with Cucumber

Tutorial coming soon!

Follow [@SerenityJS on Twitter](https://twitter.com/@SerenityJS) to get notified about new tutorials.

## 📣 Stay up to date

New features, tutorials, and demos are coming soon!
Expand Down

0 comments on commit 2dfe1a6

Please sign in to comment.