playwright/tests/playwright-test
2021-10-18 08:03:04 -07:00
..
assets feat(test-runner): add webServer (#7368) 2021-07-07 20:19:42 +02:00
stable-test-runner chore: roll stable-test-runner to ToT (#9397) 2021-10-08 18:37:06 +02:00
access-data.spec.ts feat(test-runner): introduce attachments (#7685) 2021-07-16 13:48:37 -07:00
basic.spec.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
config.spec.ts feat(runner): support multiple names in project filter (#8600) 2021-09-02 09:29:55 -07:00
exit-code.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
expect.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
fixture-errors.spec.ts feat(test runner): collect test error from worker teardown (#9190) 2021-09-28 10:56:50 -07:00
fixtures.spec.ts feat(test runner): collect test error from worker teardown (#9190) 2021-09-28 10:56:50 -07:00
gitignore.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
global-setup.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
golden.spec.ts feat(test runner): allow comparing binary files to strings (#9315) 2021-10-11 21:57:59 +02:00
hooks.spec.ts fix(test runner): report beforeAll timeout instead of hanging (#8529) 2021-08-28 07:19:45 -07:00
list-mode.spec.ts fix(runner): skip global hooks in --list mode (#9480) 2021-10-13 14:18:15 -07:00
loader.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
match-grep.spec.ts test(test-runner): add tests to show that grep is case insensitive (#8091) 2021-08-09 14:05:51 -04:00
max-failures.spec.ts fix(test runner): make obtainWorker() resolve with null when stopping (#8018) 2021-08-05 15:00:00 -07:00
override-timeout.spec.ts test(test-runner): unflake override-timeout.spec.ts (#7869) 2021-07-29 13:34:46 -07:00
playwright-test-fixtures.ts chore: start adding html runner e2e tests (#9518) 2021-10-14 15:48:05 -07:00
playwright-test.config.ts test: use ToT test runner for non-test-runner tests (#8671) 2021-09-03 11:22:25 -07:00
playwright.artifacts.spec.ts chore: remove stale html experiments (#8905) 2021-09-13 20:34:46 -07:00
playwright.expect.misc.spec.ts chore: add a test for the log scale polling (#9136) 2021-09-24 12:54:33 -07:00
playwright.expect.text.spec.ts chore(expect): simplify expect implementation (#9459) 2021-10-13 08:56:57 -07:00
playwright.expect.true.spec.ts fix(toBeHidden): return true to missing elements (#9205) 2021-09-28 17:11:04 -07:00
playwright.fetch.spec.ts test: add missing request tests (#9343) 2021-10-06 10:15:13 -07:00
playwright.spec.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
repeat-each.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
reporter-attachment.spec.ts feat(html): unhide html reporter (#9512) 2021-10-14 11:17:35 -07:00
reporter-base.spec.ts feat(html): unhide html reporter (#9512) 2021-10-14 11:17:35 -07:00
reporter-dot.spec.ts feat(html): unhide html reporter (#9512) 2021-10-14 11:17:35 -07:00
reporter-github.spec.ts feat(html): automatically use console reporter with html (#9559) 2021-10-15 19:18:56 -07:00
reporter-html.spec.ts chore(html): only copy trace viewer for reports with traces (#9579) 2021-10-18 08:03:04 -07:00
reporter-json.spec.ts feat(html): unhide html reporter (#9512) 2021-10-14 11:17:35 -07:00
reporter-junit.spec.ts feat(html): unhide html reporter (#9512) 2021-10-14 11:17:35 -07:00
reporter-line.spec.ts feat(html): unhide html reporter (#9512) 2021-10-14 11:17:35 -07:00
reporter-list.spec.ts feat(html): unhide html reporter (#9512) 2021-10-14 11:17:35 -07:00
reporter-raw.spec.ts feat(html): unhide html reporter (#9512) 2021-10-14 11:17:35 -07:00
reporter.spec.ts chore: render expect in trace viewer (#9141) 2021-09-27 09:19:59 -07:00
retry.spec.ts fix(test runner): do not special case test.fail (#8447) 2021-08-25 12:19:50 -07:00
runner.spec.ts feat(test runner): file scope fixtures (#7969) 2021-08-04 21:11:02 -07:00
shard.spec.ts fix(test runner): disallow use(workerFixture) in describes (#8119) 2021-08-10 16:32:32 -07:00
stdio.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
test-extend.spec.ts feat(test-runner): do only allow unique spec titles per suite (#7300) 2021-06-28 22:13:35 +02:00
test-ignore.spec.ts test: improve child process utilities in tests (#9036) 2021-09-20 17:17:12 -07:00
test-info.spec.ts chore: remove internal uses of "folio" (#6931) 2021-06-06 22:07:07 -07:00
test-modifiers.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
test-output-dir.spec.ts chore(test-runner): make outputDir based on cwd instead of testDir (#9360) 2021-10-11 22:24:46 +02:00
test-parallel.spec.ts feat(test runner): describe.parallel (#8662) 2021-09-02 15:42:07 -07:00
test-serial.spec.ts fix(test runner): proper serial mode with beforeAll/afterAll failures (#9183) 2021-09-27 15:58:26 -07:00
test-step.spec.ts fix(test runner): after hooks step should not be nested (#8969) 2021-09-16 15:51:27 -07:00
test-use.spec.ts fix(runner): clarify where test.use() can be called (#9486) 2021-10-15 12:03:26 -07:00
timeout.spec.ts feat(test runner): support test.setTimeout for the whole block (#7387) 2021-06-29 13:33:13 -07:00
types-2.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
types.spec.ts Revert "feat(test-runner): allow parametrized tests that don't extend base (#9301)" 2021-10-11 17:32:31 +02:00
web-server.spec.ts chore: roll Electron to 12.2.1 (#9271) 2021-10-01 19:40:47 -07:00
worker-index.spec.ts fix(test runner): do not special case test.fail (#8447) 2021-08-25 12:19:50 -07:00