playwright/docs/src
Dmitry Gozman b9106a4c42
fix(test runner): do not use @babel/plugin-transform-dynamic-import (#31285)
Historically, this plugin was important to translate dynamic imports
into require calls so that we can intercept them and transpile.

This is not needed anymore with ESM loader enabled by default, so we can
avoid this transformation and support dynamic imports of ESM-only
packages/files.

Fixes #17075, fixes #23255, fixes #31140, references #23662.
2024-06-13 06:18:44 -07:00
..
api feat: allow folder uploads (#31165) 2024-06-12 22:20:18 +02:00
test-api Revert "feat(test runner): shuffle order of tests with sharding seed … (#31260) 2024-06-11 16:05:35 -07:00
test-reporter-api docs(reporters): wrap reporter in array, fixing typo in docs (#30686) 2024-05-07 11:16:21 +00:00
accessibility-testing-java.md docs(java): update JUnit examples with new fixtures (#29406) 2024-03-11 11:21:41 -07:00
accessibility-testing-js.md docs: migrate to newer :::warning syntax (#30089) 2024-03-25 19:22:15 +01:00
actionability.md docs(actionability.md): fix grammar (#30756) 2024-05-21 12:35:17 -07:00
api-testing-csharp.md docs(dotnet): recommend MSTest over NUnit (#31245) 2024-06-11 15:06:03 +02:00
api-testing-java.md docs(java): update JUnit examples with new fixtures (#29406) 2024-03-11 11:21:41 -07:00
api-testing-js.md docs: make sure to await route.* methods (#29489) 2024-02-14 17:57:12 +01:00
api-testing-python.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
auth.md docs(auth): fix auth bash typo (#31124) 2024-06-03 12:50:37 +02:00
best-practices-js.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
browser-contexts.md docs: fix various syntax errors in .NET documentation (#28472) 2023-12-05 09:19:12 -08:00
browsers.md docs: explain install-deps with proxy (#31136) 2024-06-03 16:26:29 -07:00
canary-releases-js.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
chrome-extensions-js-python.md docs: note that custom args are on your own risk (#28656) 2023-12-14 14:37:31 -08:00
ci-intro.md docs: improve dotnet getting started (#30594) 2024-05-02 12:06:39 +02:00
ci.md chore: replace "node.js" mention in shared docs (#29119) 2024-01-25 16:53:25 -08:00
clock.md chore(clock): introduce pauseAt (#31255) 2024-06-11 12:51:00 -07:00
codegen-intro.md docs: improve dotnet getting started (#30594) 2024-05-02 12:06:39 +02:00
codegen.md docs: remove uneeded sentence in docs (#31053) 2024-05-28 13:41:38 -07:00
debug.md chore: harden markdown link validation (#30221) 2024-04-03 17:51:32 +02:00
dialogs.md docs: fix inconsistent .NET snippets (#29831) 2024-03-06 17:51:44 +01:00
docker.md feat: support Ubuntu 24.04 (#30826) 2024-06-03 12:47:16 +02:00
downloads.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
emulation.md docs(dotnet): fix isMobile in snippet (#30699) 2024-05-07 22:34:55 +01:00
evaluating.md Partial documentation update, page.evaluate never returns a handle (#28080) 2023-11-13 08:54:58 -08:00
events.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
extensibility.md docs: remove the create method from extensibility (#28823) 2024-01-03 09:39:57 -08:00
frames.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
getting-started-vscode-js.md docs: add video on running tests (#31066) 2024-05-29 17:19:49 +02:00
handles.md docs: migrate to newer :::warning syntax (#30089) 2024-03-25 19:22:15 +01:00
input.md docs: add section explaining scrolling (#30719) 2024-05-08 21:04:05 -07:00
intro-csharp.md docs: drop macOS 12 from supported systems (#31283) 2024-06-12 15:26:35 -07:00
intro-java.md docs: drop macOS 12 from supported systems (#31283) 2024-06-12 15:26:35 -07:00
intro-js.md docs: drop macOS 12 from supported systems (#31283) 2024-06-12 15:26:35 -07:00
intro-python.md docs: drop macOS 12 from supported systems (#31283) 2024-06-12 15:26:35 -07:00
junit-java.md docs: junit integration release notes (#29885) 2024-03-11 16:35:19 -07:00
languages.md docs(dotnet): recommend MSTest over NUnit (#31245) 2024-06-11 15:06:03 +02:00
library-csharp.md docs(dotnet): recommend MSTest over NUnit (#31245) 2024-06-11 15:06:03 +02:00
library-js.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
library-python.md chore: validate markdown links in doclint (#24444) 2023-07-26 16:15:07 -07:00
locators.md docs: migrate to newer :::warning syntax (#30089) 2024-03-25 19:22:15 +01:00
mock-browser-js.md doc: document mocking read-only browser apis (#30122) 2024-03-26 14:20:20 -07:00
mock.md docs(mock): fix typo (#30346) 2024-04-11 11:37:44 -07:00
navigations.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
network.md docs: fix inconsistent .NET snippets (#29831) 2024-03-06 17:51:44 +01:00
other-locators.md docs(other-locators): hide css:light selector engine (#29491) 2024-02-14 08:49:42 -08:00
pages.md docs: do not recommend waitForLoadState (#30483) 2024-04-23 09:22:58 -07:00
pom.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
protractor-js.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
puppeteer-js.md docs: remove overloads from test.* APIs (#29376) 2024-02-05 19:03:04 -08:00
release-notes-csharp.md docs(dotnet): recommend MSTest over NUnit (#31245) 2024-06-11 15:06:03 +02:00
release-notes-java.md docs: add release-notes for language ports (#30868) 2024-05-17 23:18:16 +02:00
release-notes-js.md docs: add release video (#30964) 2024-05-23 10:32:08 +02:00
release-notes-python.md docs: add release-notes for language ports (#30868) 2024-05-17 23:18:16 +02:00
running-tests-csharp.md docs(dotnet): recommend MSTest over NUnit (#31245) 2024-06-11 15:06:03 +02:00
running-tests-java.md docs(java): update JUnit examples with new fixtures (#29406) 2024-03-11 11:21:41 -07:00
running-tests-js.md docs: add last failed to running tests (#30730) 2024-05-21 12:37:39 -07:00
running-tests-python.md docs: fix some typo (#28450) 2023-12-02 15:35:51 -08:00
screenshots.md docs: add a link to screenshots api in the docs (#28288) 2023-11-23 11:06:06 +01:00
selenium-grid.md docs: state that grid support is experimental (#28406) 2023-11-29 12:16:10 -08:00
service-workers-experimental-network-events-js.md chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
test-annotations-js.md chore: remove --tag and tagFilter (#29468) 2024-02-15 11:37:16 -08:00
test-assertions-csharp-java-python.md docs(dotnet): recommend MSTest over NUnit (#31245) 2024-06-11 15:06:03 +02:00
test-assertions-js.md feat: expect(locator).toHaveRole(role) (#30555) 2024-04-25 15:26:10 -07:00
test-cli-js.md docs(test-cli): remove --tag from docs (#31041) 2024-05-28 09:08:34 -07:00
test-components-js.md docs(ct): api reference (#31109) 2024-06-03 09:58:56 -07:00
test-configuration-js.md docs: fix parallelism and sharding references (#31134) 2024-06-04 10:31:36 +02:00
test-fixtures-js.md docs(test-fixtures): fix minor grammar mistake (#31046) 2024-05-28 14:17:34 +02:00
test-global-setup-teardown-js.md docs: mention that globalSetup does not respect config options (#30609) 2024-04-30 09:01:44 -07:00
test-parallel-js.md chore: fix typos (#30645) 2024-05-08 19:40:03 +01:00
test-parameterize-js.md docs(test-parameterize): use absolute dotenv import (#31149) 2024-06-04 20:07:59 +02:00
test-projects-js.md docs(test-projects-js.md): fix typo in "Test filtering" section (#30114) 2024-03-26 08:15:02 -07:00
test-reporters-js.md docs: add detail on dot reporter output (#30939) 2024-05-21 12:06:05 -07:00
test-retries-js.md docs: remove overloads from test.* APIs (#29376) 2024-02-05 19:03:04 -08:00
test-runners-csharp.md docs(dotnet): recommend MSTest over NUnit (#31245) 2024-06-11 15:06:03 +02:00
test-runners-java.md docs(java): update JUnit examples with new fixtures (#29406) 2024-03-11 11:21:41 -07:00
test-runners-python.md docs(python): add docs for new_context fixture (#30522) 2024-04-24 22:40:38 +02:00
test-sharding-js.md Revert "feat(test runner): shuffle order of tests with sharding seed … (#31260) 2024-06-11 16:05:35 -07:00
test-snapshots-js.md docs(test-snapshots-js.md): Add link to snapshotPathTemplate (#29727) 2024-03-02 07:28:45 -08:00
test-timeouts-js.md docs: remove overloads from test.* APIs (#29376) 2024-02-05 19:03:04 -08:00
test-typescript-js.md fix(test runner): do not use @babel/plugin-transform-dynamic-import (#31285) 2024-06-13 06:18:44 -07:00
test-ui-mode-js.md Fix a grammar mistake in ui-mode doc (#30378) 2024-04-15 15:24:04 -07:00
test-use-options-js.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
test-webserver-js.md docs(webServer): add missing options (#29490) 2024-02-14 17:57:40 +01:00
testing-library-js.md docs(ct): update testing library migration guide (#31222) 2024-06-10 17:20:51 -07:00
threading-java.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
trace-viewer-intro-csharp.md docs(dotnet): recommend MSTest over NUnit (#31245) 2024-06-11 15:06:03 +02:00
trace-viewer-intro-java-python.md docs(dotnet): improve trace viewer intro (#30671) 2024-05-08 20:01:47 +01:00
trace-viewer-intro-js.md chore: harden markdown link validation (#30221) 2024-04-03 17:51:32 +02:00
trace-viewer.md docs: update how network and console work (#31278) 2024-06-12 09:12:05 -07:00
videos.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
webview2.md docs(dotnet): recommend MSTest over NUnit (#31245) 2024-06-11 15:06:03 +02:00
writing-tests-csharp.md docs(dotnet): recommend MSTest over NUnit (#31245) 2024-06-11 15:06:03 +02:00
writing-tests-java.md docs: add intros for all pages (#27480) 2023-10-06 15:08:51 +02:00
writing-tests-js.md docs: writing tests python merge with node (#26926) 2023-09-08 17:13:00 +02:00
writing-tests-python.md docs: small fix in headings (#27209) 2023-09-20 19:16:19 +02:00