..
__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: render failed steps in the basic reporters ( #22200 )
2023-04-05 13:03:42 -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
fix(test runner): do not show TimeoutError for unhandled rejection ( #21971 )
2023-03-24 15:03:49 -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(deps): inherit environment changes from dependencies ( #21771 )
2023-03-17 15:46:52 -07:00
esm.spec.ts
test: remove magic headers in ttest ( #20867 )
2023-02-14 19:20:56 -08:00
exit-code.spec.ts
chore(ui): do not print global setup epilogue ( #21976 )
2023-03-24 20:56:45 -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
test: remove magic headers in ttest ( #20867 )
2023-02-14 19:20:56 -08:00
expect-to-pass.spec.ts
chore: should not spill toPass between tests ( #22473 )
2023-04-19 14:45:58 -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
fix(test runner): improved fixture teardown timeout error message ( #21572 )
2023-03-10 13:45:47 -08:00
fixtures.spec.ts
chore: throw pretty error if rest parameters is used inside fixtures ( #21659 )
2023-03-14 17:35:52 +01: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
test: remove magic headers in ttest ( #20867 )
2023-02-14 19:20:56 -08:00
list-mode.spec.ts
chore: remove usesCustomOutputDir from tests ( #21011 )
2023-02-18 11:41:41 -08:00
loader.spec.ts
fix(testMatch): do not count test.ts
and spec.ts
as test files by default ( #22440 )
2023-04-17 12:57:33 -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: introduce ct-core to hard-depend on vite ( #22437 )
2023-04-17 16:19:21 -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: refactor graceful close, rename to host/main ( #20283 )
2023-01-22 15:04:29 -08:00
playwright.connect.spec.ts
feat(connect): support special headers for debug/attachments ( #22106 )
2023-03-31 08:57:07 -07:00
playwright.ct-build.spec.ts
feat(ct-react): Support React 18 only ( #19814 )
2023-03-03 14:28:33 -08: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
fix(reuse): serial mode with tracing should not throw ( #21726 )
2023-03-16 14:32:12 -07:00
playwright.spec.ts
chore: hide store from public ( #21763 )
2023-03-17 11:50:44 -07:00
playwright.trace.spec.ts
fix: preserve trace if context if closed manually during test run ( #22442 )
2023-04-18 09:02:33 -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: preserve attachments in blob reports ( #22605 )
2023-04-24 17:34:09 -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
Revert "feat(html reporter): render multiple annotations of the same type together ( #21580 )" ( #22466 )
2023-04-18 20:43:07 +02:00
reporter-json.spec.ts
chore: remove usesCustomOutputDir from tests ( #21011 )
2023-02-18 11:41:41 -08:00
reporter-junit.spec.ts
chore: remove usesCustomOutputDir from tests ( #21011 )
2023-02-18 11:41:41 -08: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: introduce Reporter.onExit ( #22176 )
2023-04-04 10:50:40 -07:00
resolver.spec.ts
test: remove magic headers in ttest ( #20867 )
2023-02-14 19:20:56 -08:00
retry.spec.ts
chore: remove unnecessary args in ttest ( #21012 )
2023-02-18 13:08:17 -08:00
runner.spec.ts
chore: respect source map sources when filtering in CLI ( #22180 )
2023-04-03 19:49:01 -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
chore: separate concerns of testinfo helpers ( #22491 )
2023-04-19 17:31:07 -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): improved fixture teardown timeout error message ( #21572 )
2023-03-10 13:45:47 -08:00
to-have-screenshot.spec.ts
chore: remove refined title ( #22541 )
2023-04-20 20:34:07 -07: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: rename watchmode to uimode tsx ( #22511 )
2023-04-19 16:51:42 -07:00
ui-mode-test-filters.spec.ts
test: add a ui teardown test ( #22010 )
2023-03-29 13:57:19 -07:00
ui-mode-test-output.spec.ts
chore: process stdio buffers ( #22270 )
2023-04-07 13:50:15 -07:00
ui-mode-test-progress.spec.ts
chore: fix ui mode w/ multiple contexts ( #22514 )
2023-04-20 08:19:00 -07:00
ui-mode-test-run.spec.ts
fix(ui mode): ignore repeatEach ( #22505 )
2023-04-19 14:16:12 -07:00
ui-mode-test-setup.spec.ts
test: add a ui teardown test ( #22010 )
2023-03-29 13:57:19 -07:00
ui-mode-test-source.spec.ts
test: add a ui teardown test ( #22010 )
2023-03-29 13:57:19 -07:00
ui-mode-test-tree.spec.ts
chore: allow collapsing all ( #22512 )
2023-04-19 18:16:18 -07:00
ui-mode-test-update.spec.ts
test: add a ui teardown test ( #22010 )
2023-03-29 13:57:19 -07:00
ui-mode-test-watch.spec.ts
test: add a ui teardown test ( #22010 )
2023-03-29 13:57:19 -07:00
ui-mode-trace.spec.ts
chore: ensure web assertions are merged in trace ( #22544 )
2023-04-21 10:07:23 -07:00
watch.spec.ts
fix(expect): report expect "Timed out" when it actually does ( #22174 )
2023-04-03 15:06:13 -07:00
web-server.spec.ts
fix(webServer): follow relative redirects when checking the url ( #22035 )
2023-04-05 10:39:35 +02:00
worker-index.spec.ts
test: remove magic headers in ttest ( #20867 )
2023-02-14 19:20:56 -08:00