playwright/tests/playwright-test
Dmitry Gozman 34c0c342fa
fix(test runner): make test order stable when fixtures are changing (#7923)
We used to sort based on workerHash, and that changes depending on
the exact worker fixtures list. Now we replace workerHash with
an ordinal when constructing the TestGroup list to preserve the
natural order.
2021-07-29 18:27:47 -07:00
..
assets feat(test-runner): add webServer (#7368) 2021-07-07 20:19:42 +02:00
entry fix(test-runner): work with .mjs files (#7373) 2021-06-29 15:28:41 -07:00
access-data.spec.ts feat(test-runner): introduce attachments (#7685) 2021-07-16 13:48:37 -07:00
base-reporter.spec.ts feat(test-runner): suite per project (#7688) 2021-07-16 15:23:50 -07:00
basic.spec.ts feat(test runner): test.skip(title, testFunction) syntax (#7922) 2021-07-29 14:33:37 -07:00
config.spec.ts chore(test-runner): remove the notion of Spec (#7661) 2021-07-15 22:02:10 -07:00
dot-reporter.spec.ts chore: remove internal uses of "folio" (#6931) 2021-06-06 22:07:07 -07:00
exit-code.spec.ts chore: remove internal uses of "folio" (#6931) 2021-06-06 22:07:07 -07:00
expect.spec.ts fix(test-runner): set expand: false for expect. (#7722) 2021-07-19 11:59:53 -05:00
fixture-errors.spec.ts fix(test runner): expose real stack traces and speed up locations (#7265) 2021-06-23 10:30:54 -07:00
fixtures.spec.ts fix(test-runner): sharding tests does not show a lot of skips (#7708) 2021-07-27 11:04:38 -07:00
gitignore.spec.ts chore: remove internal uses of "folio" (#6931) 2021-06-06 22:07:07 -07:00
global-setup.spec.ts feat(test-runner): use require.resolve for globalSetup and globalTeardown (#7752) 2021-07-20 15:13:40 -05:00
golden.spec.ts fix(test-runner): sanitize snapshot name before constructing a path (#7620) 2021-07-14 16:31:19 -07:00
hooks.spec.ts chore(test-runner): remove the notion of Spec (#7661) 2021-07-15 22:02:10 -07:00
json-reporter.spec.ts fix(test-runner): sharding tests does not show a lot of skips (#7708) 2021-07-27 11:04:38 -07:00
junit-reporter.spec.ts fix(test-runner): sharding tests does not show a lot of skips (#7708) 2021-07-27 11:04:38 -07:00
launch-server.spec.ts feat(test-runner): mark launch as experimental (#7757) 2021-07-21 09:51:27 -05:00
line-reporter.spec.ts chore: remove internal uses of "folio" (#6931) 2021-06-06 22:07:07 -07:00
list-mode.spec.ts fix(test-runner): do not list tests to stdout when JSON reporter is used (#7730) 2021-07-20 01:10:43 +02:00
list-reporter.spec.ts feat(test-runner): suite per project (#7688) 2021-07-16 15:23:50 -07:00
loader.spec.ts feat(test-runner): support esm modules in more places (#7542) 2021-07-12 11:59:58 -05:00
match-grep.spec.ts feat(test-runner): suite per project (#7688) 2021-07-16 15:23:50 -07:00
max-failures.spec.ts test: unflake "max-failures should stop workers" (#7918) 2021-07-29 13:32:44 -07:00
options.spec.ts chore: remove internal uses of "folio" (#6931) 2021-06-06 22:07:07 -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 feat(test-runner): support esm modules in more places (#7542) 2021-07-12 11:59:58 -05:00
playwright-test.config.ts fix(test-runner): property handle artifacts in context of preserveOutput (#7181) 2021-06-16 16:05:30 -07:00
playwright.expect.misc.spec.ts feat(expect): even more matchers (#7902) 2021-07-29 07:33:19 -07:00
playwright.expect.text.spec.ts feat(expect): even more matchers (#7902) 2021-07-29 07:33:19 -07:00
playwright.expect.true.spec.ts feat(expect): add more matchers (#7891) 2021-07-28 15:44:44 -07:00
playwright.spec.ts feat(test runner): createContext fixture for multi-context scenarios (#7779) 2021-07-29 14:03:58 -07:00
repeat-each.spec.ts chore: remove internal uses of "folio" (#6931) 2021-06-06 22:07:07 -07:00
reporter.spec.ts test(test runner): check custom reporter with .only tests (#7862) 2021-07-27 10:37:18 -07:00
retry.spec.ts feat(test runner): show errors from interrupted tests when available (#7874) 2021-07-28 15:43:37 -07:00
runner.spec.ts feat(test runner): show errors from interrupted tests when available (#7874) 2021-07-28 15:43:37 -07:00
shard.spec.ts fix(test runner): make test order stable when fixtures are changing (#7923) 2021-07-29 18:27:47 -07:00
stdio.spec.ts chore: remove internal uses of "folio" (#6931) 2021-06-06 22:07:07 -07: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 feat(test-runner): allow to focus a test in a location (#7208) 2021-06-24 10:02:34 +02:00
test-info.spec.ts chore: remove internal uses of "folio" (#6931) 2021-06-06 22:07:07 -07:00
test-modifiers.spec.ts feat(test runner): test.skip(title, testFunction) syntax (#7922) 2021-07-29 14:33:37 -07:00
test-output-dir.spec.ts fix(test runner): do not override browserName when using without --browser (#7806) 2021-07-23 09:04:20 -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: remove internal uses of "folio" (#6931) 2021-06-06 22:07:07 -07:00
types.spec.ts chore: remove internal uses of "folio" (#6931) 2021-06-06 22:07:07 -07:00
worker-index.spec.ts test(runner): new worker after test failure (#7518) 2021-07-08 23:30:15 -07:00