playwright/tests/playwright-test
2023-05-17 09:10:31 -07:00
..
__screenshots__/playwright.artifacts.spec.ts feat: allow options in automatic screenshots (#19143) 2022-12-07 08:45:33 -08:00
assets Revert "feat: send SIGTERM to webserver before SIGKILL'ing it. (#18220)" (#18661) 2022-11-09 09:18:33 -08:00
stable-test-runner chore: roll stable test runner (#23075) 2023-05-16 18:02:53 -07:00
access-data.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
babel.spec.ts chore: support TypeScript 5 in TS transformer (#21925) 2023-03-23 18:07:02 +01:00
basic.spec.ts test: unflake basic timeout test (#22745) 2023-05-02 09:14:57 -07:00
command-line-filter.spec.ts chore: remove unnecessary args in ttest (#21012) 2023-02-18 13:08:17 -08:00
config.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
decorators.spec.ts chore: allow ts decorators (#22080) 2023-03-29 20:43:08 -07:00
deps.spec.ts feat(teardown): allow the same project to be a teardown for multiple (#23074) 2023-05-16 18:26:06 -07:00
esm.spec.ts chore: remove node version checks from esm tests (#23031) 2023-05-16 11:07:34 -07:00
exit-code.spec.ts chore(ui): do not print global setup epilogue (#21976) 2023-03-24 20:56:45 -07:00
expect-configure.spec.ts chore: remove expect.configure({poll}) (#23060) 2023-05-16 18:45:03 -07:00
expect-poll.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
expect-soft.spec.ts chore: introduce expect.configure (#22533) 2023-04-25 10:29:56 -07:00
expect-to-pass.spec.ts chore: partially hide built-in fixture steps (#23005) 2023-05-12 19:15:31 -07:00
expect.spec.ts fix(expect): report expect "Timed out" when it actually does (#22174) 2023-04-03 15:06:13 -07:00
fixture-errors.spec.ts test: unflake "should give enough time for fixture teardown" (#22763) 2023-05-02 17:40:10 -07:00
fixtures.spec.ts fix(test runner): separate test fixture scope for beforeAll/afterAll hooks (#22746) 2023-05-02 11:04:51 -07:00
gitignore.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
global-setup.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
golden.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
hooks.spec.ts fix(test runner): separate test fixture scope for beforeAll/afterAll hooks (#22746) 2023-05-02 11:04:51 -07:00
list-files.spec.ts chore: ensure error location is present (#22804) 2023-05-03 18:45:33 -07:00
list-mode.spec.ts chore: ensure error location is present (#22804) 2023-05-03 18:45:33 -07:00
loader.spec.ts chore: remove node version checks from esm tests (#23031) 2023-05-16 11:07:34 -07:00
match-grep.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
max-failures.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08: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: ensure error location is present (#22804) 2023-05-03 18:45:33 -07:00
playwright.artifacts.spec.ts feat: Adding trace option 'on-all-retries' (#21985) 2023-03-31 13:04:24 -07:00
playwright.config.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
playwright.config.ts chore: run primary tests with blob reporter (#23076) 2023-05-17 09:10:31 -07:00
playwright.connect.spec.ts feat(connect): print debug log when remote connection failed (#23069) 2023-05-16 16:46:02 -07:00
playwright.ct-build.spec.ts chore: include plugin list into the cache digest (#22946) 2023-05-11 21:09:15 -07:00
playwright.ct-react.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
playwright.fetch.spec.ts chore: increase timeout for flaky "should stop tracing on requestContext.dispose()" (#21767) 2023-03-17 13:33:44 -07:00
playwright.reuse.browser.spec.ts chore: allow reusing browser between the tests (#22191) 2023-04-04 12:31:42 -07:00
playwright.reuse.spec.ts chore: partially hide built-in fixture steps (#23005) 2023-05-12 19:15:31 -07:00
playwright.spec.ts chore: hide store from public (#21763) 2023-03-17 11:50:44 -07:00
playwright.trace.spec.ts chore: partially hide built-in fixture steps (#23005) 2023-05-12 19:15:31 -07:00
playwright.unhandled.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
repeat-each.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
reporter-attachment.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
reporter-base.spec.ts revert(#12706): also fix related bugs it introduced (#21070) 2023-02-21 14:15:11 -08:00
reporter-blob.spec.ts feat: merge config properties (#23071) 2023-05-16 15:15:11 -07:00
reporter-dot.spec.ts chore: remove unnecessary args in ttest (#21012) 2023-02-18 13:08:17 -08:00
reporter-github.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
reporter-html.spec.ts feat(merge): generate html report with links to remote resources (#22968) 2023-05-12 09:26:04 -07:00
reporter-json.spec.ts chore: remove usesCustomOutputDir from tests (#21011) 2023-02-18 11:41:41 -08:00
reporter-junit.spec.ts chore: purify the junit reporter (#22624) 2023-05-01 09:15:08 -07:00
reporter-line.spec.ts chore: render failed steps in the basic reporters (#22200) 2023-04-05 13:03:42 -07:00
reporter-list.spec.ts test: make page-leaks tests pass in electron (#22277) 2023-04-07 17:20:49 -07:00
reporter-raw.spec.ts chore: remove usesCustomOutputDir from tests (#21011) 2023-02-18 11:41:41 -08:00
reporter.spec.ts chore: partially hide built-in fixture steps (#23005) 2023-05-12 19:15:31 -07:00
resolver.spec.ts feat(test runner): support tsconfig.extends array (#22975) 2023-05-11 19:18:13 -07:00
retry.spec.ts chore: remove unnecessary args in ttest (#21012) 2023-02-18 13:08:17 -08:00
runner.spec.ts fix(runner): do not hang on worker exit before tests (#22742) 2023-05-01 14:54:48 -07:00
shard.spec.ts fix(shards): shard test groups instead of files (#21638) 2023-03-14 10:41:37 -07:00
snapshot-path-template.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
stdio.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
store.spec.ts chore: hide store from public (#21763) 2023-03-17 11:50:44 -07:00
test-extend.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
test-grep.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
test-ignore.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -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 chore: nest test steps based on zones (#22108) 2023-03-30 21:05:07 -07:00
test-output-dir.spec.ts chore: remove unnecessary args in ttest (#21012) 2023-02-18 13:08:17 -08:00
test-parallel.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
test-serial.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
test-step.spec.ts fix(expect): mark step as failed when async custom matcher throws (#23035) 2023-05-15 19:37:12 -07:00
test-use.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00
timeout.spec.ts fix(test runner): separate test fixture scope for beforeAll/afterAll hooks (#22746) 2023-05-02 11:04:51 -07:00
to-have-screenshot.spec.ts chore: validate expected image buffer when comparing images (#23030) 2023-05-15 23:32:16 +02:00
types-2.spec.ts test: add a ui teardown test (#22010) 2023-03-29 13:57:19 -07:00
types.spec.ts chore: update typescript to 5.0.2 (#22079) 2023-03-29 17:13:09 -07:00
ui-mode-fixtures.ts chore: render test steps in the trace (#22837) 2023-05-05 15:12:18 -07:00
ui-mode-test-attachments.spec.ts chore: add string attachments to trace (#22921) 2023-05-11 16:32:32 -07:00
ui-mode-test-filters.spec.ts chore: add image diff test to ui mode (#22637) 2023-04-28 14:18:46 -07:00
ui-mode-test-output.spec.ts chore: add image diff test to ui mode (#22637) 2023-04-28 14:18:46 -07:00
ui-mode-test-progress.spec.ts chore: partially hide built-in fixture steps (#23005) 2023-05-12 19:15:31 -07:00
ui-mode-test-run.spec.ts chore: add image diff test to ui mode (#22637) 2023-04-28 14:18:46 -07:00
ui-mode-test-setup.spec.ts chore: add image diff test to ui mode (#22637) 2023-04-28 14:18:46 -07:00
ui-mode-test-source.spec.ts chore: surface syntax error in ui mode (#22982) 2023-05-12 14:23:22 -07:00
ui-mode-test-tree.spec.ts chore: add image diff test to ui mode (#22637) 2023-04-28 14:18:46 -07:00
ui-mode-test-update.spec.ts chore: add image diff test to ui mode (#22637) 2023-04-28 14:18:46 -07:00
ui-mode-test-watch.spec.ts chore: add image diff test to ui mode (#22637) 2023-04-28 14:18:46 -07:00
ui-mode-trace.spec.ts chore: partially hide built-in fixture steps (#23005) 2023-05-12 19:15:31 -07:00
watch.spec.ts chore: remove node version checks from esm tests (#23031) 2023-05-16 11:07:34 -07:00
web-server.spec.ts chore: be able to hide webServer stderr (#23063) 2023-05-17 00:46:59 +02:00
worker-index.spec.ts test: remove magic headers in ttest (#20867) 2023-02-14 19:20:56 -08:00