Skip to content

Commit

Permalink
Update test description to Playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Feb 21, 2024
1 parent ddb6ef2 commit 3658d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Additionally user data like credentials and chosen provider is stored via `brows

## Tests

There is a test setup for sites using [Jest](https://jestjs.io/) and [Puppeteer](https://puppeteer.github.io/puppeteer/) that can be run with:
There is a test setup for sites using [Playwright](https://playwright.dev/) that can be run with:

```bash
# install dependencies
Expand All @@ -48,7 +48,7 @@ npm run build
# Run tests
npm run test
# Run tests with actual browser window for one domain
HEADLESS=false npm run test -- -t "test www.zeit.de"
npm run test -- --headed -g "zeit.de"
```

Add testing data to site objects like this:
Expand Down

0 comments on commit 3658d78

Please sign in to comment.