Skip to content

Commit

Permalink
readme: cleanup links
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed May 7, 2024
1 parent 9cfe73f commit 7ef9f4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ You can use CucumberJS runner with [Playwright as a library](https://medium.com/
This package offers **an alternative way**: convert BDD scenarios into Playwright tests and run them with Playwright runner as usual.
Such approach brings all the benefits of Playwright runner:

* Automatic [browser initialization and cleanup](https://playwright.dev/docs/library#key-differences)
* Auto-capture of [screenshots, videos and traces](https://playwright.dev/docs/test-use-options#recording-options)
* Parallelization with [sharding](https://timdeschryver.dev/blog/using-playwright-test-shards-in-combination-with-a-job-matrix-to-improve-your-ci-speed#after)
* [Auto-waiting](https://playwright.dev/docs/actionability)
* Out-of-box [visual comparison testing](https://playwright.dev/docs/test-snapshots)
* Power of [Playwright fixtures](https://playwright.dev/docs/test-fixtures#with-fixtures)
* Automatic browser initialization and cleanup
* Auto-capture of screenshots, videos and traces
* Parallelization with sharding
* Auto-waiting of page elements
* Out-of-box visual comparison testing
* Power of Playwright fixtures
* [...a lot more](https://playwright.dev/docs/library#key-differences)

## Documentation
Expand Down

0 comments on commit 7ef9f4a

Please sign in to comment.