chore: add README's for packages (#9432)

This commit is contained in:
Max Schmitt 2021-10-11 19:28:10 +02:00 committed by GitHub
parent 1bf8c80bda
commit f0ff2a23d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# playwright-chromium
This package contains the [Chromium](https://www.chromium.org/) flavor of the [Playwright](http://github.com/microsoft/playwright) library. If you want to write end-to-end tests, we recommend [`@playwright/test](https://playwright.dev/docs/intro).

View File

@ -0,0 +1,3 @@
# playwright-firefox
This package contains the [Firefox](https://www.mozilla.org/firefox/) flavor of the [Playwright](http://github.com/microsoft/playwright) library. If you want to write end-to-end tests, we recommend [`@playwright/test](https://playwright.dev/docs/intro).

View File

@ -0,0 +1,3 @@
# @playwright/test
This package contains [Playwright Test](https://playwright.dev/docs/test-intro). A test-runner for writing idiomatic and reliable end-to-end tests with [Playwright](http://playwright.dev/).

View File

@ -0,0 +1,3 @@
# playwright-webkit
This package contains the [WebKit](https://www.webkit.org/) flavor of the [Playwright](http://github.com/microsoft/playwright) library. If you want to write end-to-end tests, we recommend [`@playwright/test](https://playwright.dev/docs/intro).