playwright/tests/playwright-test
Yury Semikhatsky 81bcf2a53b
docs: document FullReporter API (#30186)
* FullConfig split into FullConfig and ConfigInWorker
* FullProject split into FullProject and ProjectInWorker
* Tests can only access {Config, Project}InWorker, while reporters can
only access Full{Config,Project}. This will allow in the future to
change the reporter API independently from the tests.
* Added documentation for the 4 classes.
2024-04-02 16:15:02 -07:00
..
__screenshots__/playwright.artifacts.spec.ts
assets chore: allow calling spawnSync on Node.js file inside test (#26429) 2023-08-11 18:37:14 +02:00
stable-test-runner chore: roll stable runner to 1.42.0-beta-1708998235000 (#29675) 2024-02-27 08:36:03 -08:00
access-data.spec.ts
babel.spec.ts
basic.spec.ts chore: rewrite worker main through TestInfoImpl._runAsStage (#29644) 2024-03-04 19:36:58 -08:00
command-line-filter.spec.ts
config.spec.ts chore: remove --project-grep, add wildcard support (#29537) 2024-02-16 19:18:00 -08:00
decorators.spec.ts
deps.spec.ts
esm.spec.ts feat: always enable ESM loader with the new API (#29991) 2024-03-18 21:54:25 -07:00
exit-code.spec.ts
expect-configure.spec.ts
expect-poll.spec.ts
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 docs: do not call custom expect message an "error message" (#29390) 2024-02-06 12:12:45 -08:00
find-related-tests.spec.ts chore: rename find-related-tests to find-related-test-files (#29483) 2024-02-13 15:40:49 -08:00
fixture-errors.spec.ts fix(test runner): update fixture teardown error message (#30109) 2024-03-25 17:04:03 -07:00
fixtures.spec.ts
gitignore.spec.ts
global-setup.spec.ts docs: document FullReporter API (#30186) 2024-04-02 16:15:02 -07:00
golden.spec.ts chore: separate results for repeated snapshot names (#29880) 2024-03-12 16:10:43 -07:00
hooks.spec.ts chore(test runner): move timeout handling to the top, stop inheriting runnable (#29857) 2024-03-08 15:19:36 -08:00
list-files.spec.ts chore: implement server-based list files (#29633) 2024-02-23 08:29:44 -08:00
list-mode.spec.ts
loader.spec.ts chore: unconflict ct test ports (#29332) 2024-02-05 16:47:39 -08:00
match-grep.spec.ts
max-failures.spec.ts
override-timeout.spec.ts
playwright-test-fixtures.ts feat: exposes tags in testInfo (#29794) 2024-03-06 08:33:06 -08:00
playwright.artifacts.spec.ts feat(trace mode): add on-first-failure mode for traces (#29647) 2024-02-28 14:39:18 -08:00
playwright.config.spec.ts
playwright.config.ts devops: custom blob report name for test runner tests (#29280) 2024-02-01 09:17:48 -08:00
playwright.connect.spec.ts
playwright.ct-build.spec.ts fix(ct): ct ID clash on similar imports (#30108) 2024-03-25 23:50:45 +01:00
playwright.ct-react.spec.ts fix(ct): stop-gap for shared file import (#29744) 2024-02-29 19:13:32 -08:00
playwright.fetch.spec.ts
playwright.reuse.browser.spec.ts
playwright.reuse.spec.ts fix(reuse): reset Origin Private File System API (#29921) 2024-03-15 17:40:46 +01:00
playwright.spec.ts chore: delete store.ts (#29423) 2024-02-08 12:55:18 -08:00
playwright.trace.spec.ts chore(test runner): move timeout handling to the top, stop inheriting runnable (#29857) 2024-03-08 15:19:36 -08:00
playwright.unhandled.spec.ts
repeat-each.spec.ts
reporter-attachment.spec.ts fix: quote trace file path when printing error message (#29052) 2024-01-18 14:23:12 -08:00
reporter-base.spec.ts chore(test runner): do not produce some of the fake skipped test results (#27730) 2023-10-20 17:01:46 -07:00
reporter-blob.spec.ts fix: preserve test declaration order in html and merged report (#30159) 2024-03-29 10:12:33 -07:00
reporter-dot.spec.ts chore: run more reporter tests through blob report, some fixes (#23765) 2023-06-16 21:30:55 -07:00
reporter-github.spec.ts
reporter-html.spec.ts fix: preserve test declaration order in html and merged report (#30159) 2024-03-29 10:12:33 -07:00
reporter-json.spec.ts chore: remove --tag and tagFilter (#29468) 2024-02-15 11:37:16 -08:00
reporter-junit.spec.ts fix: render JUnit attachment paths relative to outputFile (#27024) 2023-09-14 12:58:09 -07:00
reporter-line.spec.ts chore: run more reporter tests through blob report, some fixes (#23765) 2023-06-16 21:30:55 -07:00
reporter-list.spec.ts chore: more network panel polish (#26780) 2023-08-29 22:20:28 -07:00
reporter-markdown.spec.ts fix(merge): normalize path separators when merging across platforms (#28227) 2023-11-27 12:43:56 -08:00
reporter-onend.spec.ts feat(onEnd): allow overriding the exit code (#27010) 2023-09-12 13:37:30 -07:00
reporter.spec.ts chore(test runner): move timeout handling to the top, stop inheriting runnable (#29857) 2024-03-08 15:19:36 -08:00
resolver.spec.ts fix(tsconfig): when extending, retain pathsBasePath from the original config (#29822) 2024-03-05 16:34:39 -08:00
retry.spec.ts
runner.spec.ts chore: pass the private data to the runner via config (#29467) 2024-02-13 09:34:03 -08:00
shard.spec.ts
snapshot-path-template.spec.ts
stdio.spec.ts feat(test runner): do not mock tty in the worker process (#30107) 2024-03-25 15:31:58 -07:00
test-extend.spec.ts
test-grep.spec.ts
test-ignore.spec.ts
test-info.spec.ts
test-modifiers.spec.ts feat(test runner): tags/annotations (#29248) 2024-02-07 16:31:25 -08: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
test-serial.spec.ts
test-step.spec.ts chore(test runner): move timeout handling to the top, stop inheriting runnable (#29857) 2024-03-08 15:19:36 -08:00
test-tag.spec.ts feat: exposes tags in testInfo (#29794) 2024-03-06 08:33:06 -08:00
test-use.spec.ts
timeout.spec.ts chore(test runner): move timeout handling to the top, stop inheriting runnable (#29857) 2024-03-08 15:19:36 -08:00
to-have-screenshot.spec.ts fix(toHaveScreenshot): stylePath as first arg (#29372) 2024-02-05 22:52:16 +01:00
types-2.spec.ts feat(test runner): tags/annotations (#29248) 2024-02-07 16:31:25 -08:00
types.spec.ts
ui-mode-fixtures.ts feat(ui-mode): show native tags in test tree (#30092) 2024-03-26 01:06:22 +01:00
ui-mode-test-attachments.spec.ts fix(trace-viewer): encode attachment filenames as UTF-8 (#29993) 2024-03-18 21:26:45 +01:00
ui-mode-test-ct.spec.ts
ui-mode-test-filters.spec.ts feat(ui-mode): show native tags in test tree (#30092) 2024-03-26 01:06:22 +01:00
ui-mode-test-output.spec.ts
ui-mode-test-progress.spec.ts
ui-mode-test-run.spec.ts
ui-mode-test-screencast.spec.ts
ui-mode-test-setup.spec.ts chore: allow passing path to config to the test server (#30068) 2024-03-22 16:04:59 -07:00
ui-mode-test-shortcut.spec.ts chore: address UI Mode keyboard shortcut feedback (#30088) 2024-03-25 19:48:20 +01:00
ui-mode-test-source.spec.ts
ui-mode-test-tree.spec.ts
ui-mode-test-update.spec.ts chore: prepare to reuse test server from ui mode (5) (#30005) 2024-03-19 14:08:21 -07:00
ui-mode-test-watch.spec.ts chore: prepare to reuse test server from ui mode (2) (#29966) 2024-03-18 09:59:02 -07:00
ui-mode-trace.spec.ts chore(test runner): move timeout handling to the top, stop inheriting runnable (#29857) 2024-03-08 15:19:36 -08:00
watch.spec.ts fix(test runner): avoid dependency tracking colliding between esm and cjs (#29994) 2024-03-18 17:17:58 -07:00
web-server.spec.ts fix(HEAD): revert GET->HEAD migration, net-effect was negative (#29738) 2024-02-29 09:02:05 -08:00
worker-index.spec.ts