playwright/packages/playwright-test/src
Dmitry Gozman 6dc4a51c92
fix(test runner): more friendly test duration (#15476)
fix(test runner): more firendly test duration

Reported test duration now does not include time spent in
`beforeAll`, `afterAll` and fixtures that have a separate timeout.

This is to avoid different reported test execution time,
depending on the test execution order.
2022-07-08 11:45:44 -07:00
..
matchers fix(test runner): toHaveScreenshot should not overwrite matching expectations (#15028) 2022-06-21 18:01:25 -07:00
plugins feature(test-runner): multiple web servers (#15388) 2022-07-07 15:27:21 -07:00
reporters chore: unify two copies of monotonicTime (#15473) 2022-07-07 15:59:49 -07:00
third_party chore: bundle pwt deps (#13622) 2022-04-18 21:47:18 -07:00
babelBundle.ts chore: use vite plugin for registry (#13658) 2022-04-21 17:30:17 -07:00
cli.ts chore: pass config w/ cli overrides to plugins (#13835) 2022-04-29 13:32:39 -07:00
DEPS.list chore: restore component testing options (#13910) 2022-05-03 15:48:46 -07:00
dispatcher.ts fix: colors in console output from worker (#15421) 2022-07-07 17:56:41 -07:00
expect.ts chore: move multi-select assertion to toHaveValues (#14595) 2022-06-02 16:01:34 -04:00
expectBundle.ts chore: make bundles typed (#13620) 2022-04-18 17:50:25 -07:00
experimentalLoader.ts fix(esm): respect source maps in esm-transpiled code (#14561) 2022-06-01 16:50:23 -07:00
fixtures.ts fix(fixtures): do not run user function when required fixture has failed (#15385) 2022-07-05 17:15:28 -07:00
globals.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
index.ts fix(config): fall back to context options (#15309) 2022-07-01 10:20:13 -07:00
ipc.ts fix: colors in console output from worker (#15421) 2022-07-07 17:56:41 -07:00
loader.ts feature(test-runner): multiple web servers (#15388) 2022-07-07 15:27:21 -07:00
mount.ts feat: add allow/block serviceWorkers option (#14714) 2022-06-08 18:27:51 -04:00
profiler.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
runner.ts feature(test-runner): multiple web servers (#15388) 2022-07-07 15:27:21 -07:00
sigIntWatcher.ts chore: use utils via index export (5) (#13413) 2022-04-07 20:18:22 -07:00
test.ts feat(runner): anonymous describes (#15424) 2022-07-06 13:54:11 -07:00
testInfo.ts fix(test runner): more friendly test duration (#15476) 2022-07-08 11:45:44 -07:00
testType.ts feat(runner): anonymous describes (#15424) 2022-07-06 13:54:11 -07:00
timeoutManager.ts fix(test runner): more friendly test duration (#15476) 2022-07-08 11:45:44 -07:00
transform.ts fix(ct): tolerate compiled react components (#15422) 2022-07-06 13:44:06 -07:00
tsxTransform.ts fix(ct): respect boolean shorthands (#14798) 2022-06-10 17:34:21 -07:00
types.ts feature(test-runner): multiple web servers (#15388) 2022-07-07 15:27:21 -07:00
util.ts chore: unify two copies of monotonicTime (#15473) 2022-07-07 15:59:49 -07:00
utilsBundle.ts chore: bundle pwt deps (#13622) 2022-04-18 21:47:18 -07:00
worker.ts fix: colors in console output from worker (#15421) 2022-07-07 17:56:41 -07:00
workerRunner.ts fix(fixtures): do not run user function when required fixture has failed (#15385) 2022-07-05 17:15:28 -07:00