mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
doc(contribute): fix link to tests (#6499)
This commit is contained in:
parent
b01ccc282f
commit
d243ae7ede
@ -130,7 +130,7 @@ A barrier for introducing new installation dependencies is especially high:
|
|||||||
- Tests should be *hermetic*. Tests should not depend on external services.
|
- Tests should be *hermetic*. Tests should not depend on external services.
|
||||||
- Tests should work on all three platforms: Mac, Linux and Win. This is especially important for screenshot tests.
|
- Tests should work on all three platforms: Mac, Linux and Win. This is especially important for screenshot tests.
|
||||||
|
|
||||||
Playwright tests are located in [`test`](https://github.com/microsoft/playwright/blob/master/test) and use [Folio](https://github.com/microsoft/folio) test runner.
|
Playwright tests are located in [`tests`](https://github.com/microsoft/playwright/blob/master/tests) and use [Folio](https://github.com/microsoft/folio) test runner.
|
||||||
These are integration tests, making sure public API methods and events work as expected.
|
These are integration tests, making sure public API methods and events work as expected.
|
||||||
|
|
||||||
- To run all tests:
|
- To run all tests:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user