From f0ff2a23d2eae75b092f0e8f3b4160de819a4179 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 11 Oct 2021 19:28:10 +0200 Subject: [PATCH] chore: add README's for packages (#9432) --- packages/playwright-chromium/README.md | 3 +++ packages/playwright-firefox/README.md | 3 +++ packages/playwright-test/README.md | 3 +++ packages/playwright-webkit/README.md | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 packages/playwright-chromium/README.md create mode 100644 packages/playwright-firefox/README.md create mode 100644 packages/playwright-test/README.md create mode 100644 packages/playwright-webkit/README.md 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).