playwright/tests/playwright-test
Adam Gastineau d9655646f1
fix(trace-viewer): don't preserve network selections across runs (#37280)
2025-09-10 12:41:55 -07:00
..
__screenshots__ chore: dogfood jest-style aria snapshots (#34365) 2025-01-17 10:17:26 -08:00
assets fix(ui): print the web server output in the ui mode (#31824) 2024-07-23 16:52:32 -07:00
stable-test-runner test: roll stable-test-runner to 1.56.0-alpha-2025-09-08 (#37338) 2025-09-08 15:43:56 +02:00
access-data.spec.ts feat: add location information for annotations (#36542) 2025-07-07 07:17:47 +01:00
aria-snapshot-file.spec.ts chore(expect): more consistent display of expect timeout error messages (#36543) 2025-07-16 06:03:33 -07:00
babel.spec.ts test: make babel test pass under Node.js 24 (#36420) 2025-06-24 16:20:49 +02:00
basic.spec.ts fix: do not pass unsafe `matcherResult` over IPC (#35565) 2025-04-10 14:39:33 -07:00
clear-cache.spec.ts chore: implement clear-cache through plugins (#32471) 2024-09-05 13:50:16 -07:00
command-line-filter.spec.ts chore(lint): Ensure EOL newlines (#34117) 2024-12-20 09:17:09 -08:00
config.spec.ts fix: properly merge projects in defineConfig (#36898) 2025-08-01 14:13:28 -07:00
decorators.spec.ts chore: allow ts decorators (#22080) 2023-03-29 20:43:08 -07:00
deps.spec.ts chore(test runner): do not produce some of the fake skipped test results (#27730) 2023-10-20 17:01:46 -07:00
esm.spec.ts fix(test runner): prevent esm loader deadlock (#36187) 2025-06-04 13:25:43 +01:00
exit-code.spec.ts feat: implement flag to fail flaky tests (#30618) 2024-05-15 09:10:10 -07:00
expect-configure.spec.ts chore: unify expect message calculation (#37337) 2025-09-10 11:53:35 +01:00
expect-poll.spec.ts fix(expect): respect custom message in expect.poll (#32603) 2024-09-16 00:10:06 -07:00
expect-soft.spec.ts docs: do not call custom expect message an "error message" (#29390) 2024-02-06 12:12:45 -08:00
expect-to-pass.spec.ts feat: Support intervals arg for toPass (#30037) 2024-03-29 10:17:29 -07:00
expect.spec.ts chore: unify expect message calculation (#37337) 2025-09-10 11:53:35 +01:00
fit-to-width.spec.ts chore(reporter): add another surrogate pair test case (#33428) 2024-11-05 07:55:17 +01:00
fixture-errors.spec.ts feat: allow boxing and titling fixtures, simulate context fixture deps (#31423) 2024-06-24 21:43:43 -07:00
fixtures.spec.ts test: have typed RunResult.results (#34883) 2025-02-21 14:22:59 +01:00
gitignore.spec.ts feat(config): respectGitIgnore option (#30972) 2024-05-23 12:05:02 -07:00
global-setup.spec.ts fix(global setup): simplify ordering (#33444) 2024-11-05 10:36:29 +01:00
golden.spec.ts chore: group attachments in terminal reporters (#36607) 2025-07-08 16:15:34 -07:00
hooks.spec.ts fix(test runner): timeout in fixture teardown should not prevent other slots (#32157) 2024-08-16 04:25:00 -07:00
list-mode.spec.ts Revert "fix: respect .only in --list mode" (#28770) 2023-12-22 11:03:30 -08:00
loader.spec.ts fix(test runner): do not install custom loader hook for '.cjs' (#35962) 2025-05-15 19:54:31 +01:00
match-grep.spec.ts fix(ui): when --grep is used, UI should only show selected tests (#31815) 2024-07-23 15:29:08 +02:00
max-failures.spec.ts fix(test-runner): do not consider retries for maxFailures (#32533) 2024-09-11 20:35:26 +02:00
only-changed.spec.ts chore: fix typos (#36091) 2025-05-29 11:17:13 -07:00
override-timeout.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
playwright-test-fixtures.ts chore: followup on static annotations (#35579) 2025-04-15 09:07:42 +02:00
playwright.artifacts.spec.ts feat(prompt): link to error prompt in terminal (#35341) 2025-03-28 13:42:18 +01:00
playwright.config.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
playwright.config.ts chore: roll expect and move it to third party (#32458) 2024-09-09 13:12:20 -07:00
playwright.connect.spec.ts chore: cleanup api calls in builtin fixtures (#36937) 2025-08-06 12:07:11 +01:00
playwright.ct-build.spec.ts chore: bump vite to v6 (#34663) 2025-02-18 13:29:16 +01:00
playwright.ct-dev-server.spec.ts chore: make dev server only use public config (#32441) 2024-09-04 01:29:55 -07:00
playwright.ct-react.spec.ts fix(ct): enhance error messages when no index.html template is provided (#36556) 2025-07-08 06:48:47 -07:00
playwright.fetch.spec.ts chore: hint at unroute for handle errors (#30949) 2024-05-22 08:54:19 -07:00
playwright.reuse.browser.spec.ts fix: do not prefix custom expect titles (#36951) 2025-08-12 12:28:20 +01:00
playwright.reuse.spec.ts chore: two-line trace view (4) (#36070) 2025-05-23 16:03:50 -07:00
playwright.spec.ts chore: turn PWDEBUG back to opt-in (#37028) 2025-08-14 12:54:45 +02:00
playwright.trace.spec.ts fix: do not prefix custom expect titles (#36951) 2025-08-12 12:28:20 +01:00
playwright.unhandled.spec.ts fix(test runner): properly handle uncaught errors in test.fail() (#27734) 2023-10-23 09:14:31 -07:00
repeat-each.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
reporter-attachment.spec.ts fix(test): attaching in boxed fixture (#37149) 2025-08-26 10:26:40 +02:00
reporter-base.spec.ts chore: completely remove annotation warnings code (#35637) 2025-04-17 05:19:14 -07:00
reporter-blob.spec.ts chore: replace ESLint indent rule with @stylistic/indent (#37190) 2025-08-26 16:32:03 +02:00
reporter-dot.spec.ts chore(lint): Ensure EOL newlines (#34117) 2024-12-20 09:17:09 -08:00
reporter-github.spec.ts chore(lint): Ensure EOL newlines (#34117) 2024-12-20 09:17:09 -08:00
reporter-html.spec.ts fix(html): don't display a chip with empty content with no projects (#37153) 2025-08-27 05:31:34 -07:00
reporter-json.spec.ts chore: remove error context JSON format (#36116) 2025-05-28 12:47:34 +02:00
reporter-junit.spec.ts chore(lint): Ensure EOL newlines (#34117) 2024-12-20 09:17:09 -08:00
reporter-line.spec.ts chore: trim error context and make it singular (#36117) 2025-05-28 15:10:24 +02:00
reporter-list.spec.ts fix(list): avoid overwriting stdio logs from tests when writing status (#36219) 2025-06-16 04:38:15 -07:00
reporter-markdown.spec.ts chore(reporter): drop column in markdown to prevent `💯` 💯 (#37054) 2025-08-15 11:59:32 +02:00
reporter-onend.spec.ts feat(onEnd): allow overriding the exit code (#27010) 2023-09-12 13:37:30 -07:00
reporter.spec.ts fix: do not prefix custom expect titles (#36951) 2025-08-12 12:28:20 +01:00
resolver.spec.ts feat: config.build.tsconfig (#33026) 2024-10-10 01:37:46 -07:00
retry.spec.ts feat: add location information for annotations (#36542) 2025-07-07 07:17:47 +01:00
runner.spec.ts fix(test runner): unhandled rejection in test.fail should not skip other tests (#37341) 2025-09-08 16:16:59 +01:00
shard.spec.ts fix: add validations to --shard cli parameter (#34463) (#34479) 2025-01-27 14:31:14 -08:00
snapshot-path-template.spec.ts feat: introduce `kind` option in TestInfo.snapshotPath() (#35734) 2025-04-24 21:21:57 +01:00
stdio.spec.ts fix(test runner): cleanup DEBUG_COLORS usage (#32764) 2024-09-26 03:15:46 -07:00
test-extend.spec.ts chore: composed->merge (#27555) 2023-10-11 13:56:27 -07:00
test-grep.spec.ts Fix various typos (Fixes #27396) (#27391) 2023-10-04 19:56:42 -07:00
test-ignore.spec.ts chore(lint): Ensure EOL newlines (#34117) 2024-12-20 09:17:09 -08:00
test-info.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
test-modifiers.spec.ts feat: add location information for annotations (#36542) 2025-07-07 07:17:47 +01:00
test-output-dir.spec.ts chore: trim file names longer than 60 chars (was 100) (#29725) 2024-03-18 12:53:15 -07:00
test-parallel.spec.ts fix(runner): incorporate set project worker count into status messages (#35717) 2025-04-30 08:05:28 -07:00
test-serial.spec.ts fix(reporters): properly determine flaky status for serial mode (#30529) 2024-04-25 13:39:14 -07:00
test-server.spec.ts chore(testserver): allow overriding timeout (#37294) 2025-09-04 16:08:14 +02:00
test-step.spec.ts fix(expect): report expect.poll and expect.toPass as "expect" steps (#37356) 2025-09-10 06:31:36 +01:00
test-tag.spec.ts fix(test): support whitespace in test tags (#36557) 2025-07-08 06:49:12 -07:00
test-use.spec.ts chore(lint): Ensure EOL newlines (#34117) 2024-12-20 09:17:09 -08:00
timeout.spec.ts fix: disable global timeout when debugging (#34922) 2025-02-25 11:33:15 -08:00
to-have-screenshot.spec.ts fix(toHaveScreenshot): nice error when rebasing with bad expectation (#37243) 2025-08-31 07:10:01 +01:00
types-2.spec.ts feat: introduce `kind` option in TestInfo.snapshotPath() (#35734) 2025-04-24 21:21:57 +01:00
types.spec.ts fix(types): update types for test.extend (#33784) 2024-12-09 08:59:01 -08:00
ui-mode-fixtures.ts chore: move crypto to server/util/ (#34759) 2025-02-12 14:43:52 -08:00
ui-mode-metadata.spec.ts chore: another iteration on gitCommit/gitDiff props (#34926) 2025-02-26 08:40:30 -08:00
ui-mode-test-annotations.spec.ts chore(lint): Ensure EOL newlines (#34117) 2024-12-20 09:17:09 -08:00
ui-mode-test-attachments.spec.ts fix(test): attaching in boxed fixture (#37149) 2025-08-26 10:26:40 +02:00
ui-mode-test-ct.spec.ts chore: automatically detect the dev server (#29176) 2024-01-25 11:46:47 -08:00
ui-mode-test-filters.spec.ts chore: implement tree w/o list (#33167) 2024-10-17 16:57:45 -07:00
ui-mode-test-network-tab.spec.ts fix(trace-viewer): don't preserve network selections across runs (#37280) 2025-09-10 12:41:55 -07:00
ui-mode-test-output.spec.ts test: rebase test-output test (#36980) 2025-08-11 14:35:53 +02:00
ui-mode-test-progress.spec.ts chore: two-line trace view (4) (#36070) 2025-05-23 16:03:50 -07:00
ui-mode-test-run.spec.ts fix(ui-mode): prevent websocket connection leaks on reload (#33643) 2024-11-18 01:03:21 -08:00
ui-mode-test-screencast.spec.ts chore: two-line trace view (1) (#36025) 2025-05-22 09:49:37 -07:00
ui-mode-test-setup.spec.ts fix(runner): display no projects error across all `test` modes (#34676) 2025-02-10 12:52:53 -08:00
ui-mode-test-shortcut.spec.ts chore: update missing snapshots by default (#33311) 2024-10-25 16:13:38 -07:00
ui-mode-test-source.spec.ts chore: nicer cm widgets for aria (#33524) 2024-11-11 09:40:50 -08:00
ui-mode-test-tree.spec.ts feat(ui-mode): support macOS alt key to expand/collapse sections of tree (#37284) 2025-09-04 05:35:13 -07:00
ui-mode-test-update.spec.ts chore: implement tree w/o list (#33169) 2024-10-18 13:50:43 -07:00
ui-mode-test-watch.spec.ts test: unflake "watch all" test (#36778) 2025-07-25 09:06:56 +02:00
ui-mode-trace.spec.ts chore: move actions filter from settings to actions toolbar (#37186) 2025-08-26 21:34:19 +01:00
update-aria-snapshot.spec.ts chore(expect): explicit errorMessage (#37253) 2025-09-04 14:00:07 +01:00
watch.spec.ts chore: unify expect message calculation (#37337) 2025-09-10 11:53:35 +01:00
web-server.spec.ts chore: config.webServer.command cannot be empty (#37136) 2025-08-26 11:33:19 +02:00
worker-index.spec.ts fix(test runner): do not use config.workers as project.workers (#37239) 2025-08-29 16:30:39 +01:00