playwright/docs/src
Dmitry Gozman 87548f94c1
feat(test runner): support test fixtures in beforeAll/afterAll (#8082)
Each hook gets its own test scope. This is not too useful for
object fixtures like `page` (although one can use a page in
`beforeAll` to save storage state), but much more useful for option
fixtures like `viewport`.
2021-08-09 13:26:33 -07:00
..
api docs: refresh getting started docs (#8054) 2021-08-06 14:02:41 -07:00
test-api feat(test runner): support test fixtures in beforeAll/afterAll (#8082) 2021-08-09 13:26:33 -07:00
test-reporter-api docs: refresh getting started docs (#8054) 2021-08-06 14:02:41 -07:00
actionability.md docs: extract handles, screenshots, videos docs (#5045) 2021-01-17 21:09:40 -08:00
assertions.md test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
auth.md docs(auth): fixed typo in Java code snippet for session-storage (#7532) 2021-07-09 11:51:32 +02:00
browsers.md docs: refresh getting started docs (#8054) 2021-08-06 14:02:41 -07:00
chrome-extensions-js-python.md docs: hide language specific docs pages (#7860) 2021-07-27 17:22:08 +02:00
ci.md docs: refresh getting started docs (#8054) 2021-08-06 14:02:41 -07:00
cli.md docs: merge library and installation docs for nodejs (#7567) 2021-07-12 17:56:08 -07:00
core-concepts.md docs(dotnet): update core concepts with correct code examples (#8002) 2021-08-05 11:17:34 -07:00
debug.md doc(tracing): add a trace viewer doc (#6864) 2021-06-03 08:08:05 -07:00
dialogs.md docs(dotnet): examples for dialogs, fixes (#6599) 2021-05-15 14:02:07 -07:00
docker.md chore: use bash instead of sh in code blocks (#6847) 2021-06-02 18:23:06 +02:00
downloads.md docs: fix the downloadsPath docs (#7726) 2021-07-19 14:56:28 -07:00
emulation.md doc(dotnet): add a self-contained example (#6702) 2021-05-22 07:55:53 -07:00
events.md api(dotnet): specialize waitForEvent (#6761) 2021-05-26 15:11:31 -07:00
extensibility.md docs: add java snippets to the examples in guides (#5638) 2021-03-01 09:18:44 -08:00
handles.md docs(dotnet): examples for dialogs, fixes (#6599) 2021-05-15 14:02:07 -07:00
input.md docs(dotnet): fixed broken code snippets which contained Java (#7260) 2021-06-22 14:56:28 +02:00
inspector.md chore: use bash instead of sh in code blocks (#6847) 2021-06-02 18:23:06 +02:00
intro-csharp.md docs: fix the nunit example (#6978) 2021-06-08 19:14:18 -07:00
intro-java.md docs: refresh getting started docs (#8054) 2021-08-06 14:02:41 -07:00
intro-js.md chore(expect): polish matcher names, remote arguable ones (#8060) 2021-08-06 16:58:42 -07:00
intro-python.md docs: refresh getting started docs (#8054) 2021-08-06 14:02:41 -07:00
languages.md docs: change wording from C# to .NET (#7021) 2021-06-10 18:16:10 +02:00
library-js.md docs: refresh getting started docs (#8054) 2021-08-06 14:02:41 -07:00
multi-pages.md api(dotnet): specialize waitForEvent (#6761) 2021-05-26 15:11:31 -07:00
navigations.md api(dotnet): remove whenall (#6768) 2021-05-26 15:50:42 -07:00
network.md docs(network): fixed proxy typo with username (#6716) 2021-05-24 18:35:58 +02:00
pom.md docs(dotnet): POM snippets (#7878) 2021-07-28 14:55:15 +02:00
release-notes-csharp.md docs: fixed not existing cross-lang references (#7883) 2021-07-28 16:36:52 +02:00
release-notes-java.md docs: fixed not existing cross-lang references (#7883) 2021-07-28 16:36:52 +02:00
release-notes-js.md docs: updated release notes for v1.13.0 (#7758) 2021-07-20 16:44:44 -07:00
release-notes-python.md docs: fixed not existing cross-lang references (#7883) 2021-07-28 16:36:52 +02:00
screenshots.md docs(dotnet): follow up to Anze's changes (#6672) 2021-05-20 08:20:21 -07:00
selectors.md feat: introduce vue selector engine (#8070) 2021-08-09 01:34:52 -07:00
showcase.md docs: add expect-playwright to the showcase (#7446) 2021-07-02 19:18:24 +02:00
test-advanced-js.md feat(test-runner): re-enable web server (#7906) 2021-08-03 23:24:14 +02:00
test-annotations-js.md feat(test runner): test.skip(title, testFunction) syntax (#7922) 2021-07-29 14:33:37 -07:00
test-assertions-js.md feat(expect): introduce explicit default async expect timeout (#8071) 2021-08-07 22:08:56 -07:00
test-cli-js.md docs: hide language specific docs pages (#7860) 2021-07-27 17:22:08 +02:00
test-configuration-js.md feat(test-runner): re-enable web server (#7906) 2021-08-03 23:24:14 +02:00
test-fixtures-js.md docs: hide language specific docs pages (#7860) 2021-07-27 17:22:08 +02:00
test-parallel-js.md docs: hide language specific docs pages (#7860) 2021-07-27 17:22:08 +02:00
test-pom-js.md docs: hide language specific docs pages (#7860) 2021-07-27 17:22:08 +02:00
test-reporters-js.md docs: refresh getting started docs (#8054) 2021-08-06 14:02:41 -07:00
test-retries-js.md docs: hide language specific docs pages (#7860) 2021-07-27 17:22:08 +02:00
test-runners-csharp.md docs(dotnet): fix example, clarify test runners & frameworks position (#7739) 2021-07-22 10:30:49 +02:00
test-runners-java.md chore: use bash instead of sh in code blocks (#6847) 2021-06-02 18:23:06 +02:00
test-runners-js.md feat(install): docs and help (#7365) 2021-06-28 18:50:24 -07:00
test-runners-python.md docs(python): update Pytest docs (#6965) 2021-06-08 21:20:45 +02:00
test-snapshots-js.md docs: hide language specific docs pages (#7860) 2021-07-27 17:22:08 +02:00
threading-java.md chore(docs): update section id to keep alphabetic order (#6515) 2021-05-12 09:03:36 -07:00
trace-viewer.md docs(dotnet): fix code snippet typos (#7736) 2021-07-20 11:08:30 +02:00
troubleshooting-js.md docs: hide language specific docs pages (#7860) 2021-07-27 17:22:08 +02:00
verification.md api(dotnet): specialize waitForEvent (#6761) 2021-05-26 15:11:31 -07:00
videos.md docs(dotnet): udpate existing examples (#6669) 2021-05-19 17:19:25 -07:00
why-playwright.md docs: follow up, remove broken link 2021-08-06 15:48:47 -07:00