mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-28 09:23:42 +03:00
chore: add README's for packages (#9432)
This commit is contained in:
parent
1bf8c80bda
commit
f0ff2a23d2
3
packages/playwright-chromium/README.md
Normal file
3
packages/playwright-chromium/README.md
Normal 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).
|
3
packages/playwright-firefox/README.md
Normal file
3
packages/playwright-firefox/README.md
Normal 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).
|
3
packages/playwright-test/README.md
Normal file
3
packages/playwright-test/README.md
Normal 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/).
|
3
packages/playwright-webkit/README.md
Normal file
3
packages/playwright-webkit/README.md
Normal 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).
|
Loading…
Reference in New Issue
Block a user