diff --git a/packages/playwright-chromium/README.md b/packages/playwright-chromium/README.md new file mode 100644 index 0000000000..a2e318a035 --- /dev/null +++ b/packages/playwright-chromium/README.md @@ -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). diff --git a/packages/playwright-firefox/README.md b/packages/playwright-firefox/README.md new file mode 100644 index 0000000000..821e4e1089 --- /dev/null +++ b/packages/playwright-firefox/README.md @@ -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). diff --git a/packages/playwright-test/README.md b/packages/playwright-test/README.md new file mode 100644 index 0000000000..38e544a679 --- /dev/null +++ b/packages/playwright-test/README.md @@ -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/). diff --git a/packages/playwright-webkit/README.md b/packages/playwright-webkit/README.md new file mode 100644 index 0000000000..2566ff437a --- /dev/null +++ b/packages/playwright-webkit/README.md @@ -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).