playwright/packages/playwright-test/src
Dmitry Gozman 3d89506704
fix(fixtures): make undefined option mean "default value" (#16026)
In the following example, `locale` inside the `describe`
would be reverted to the default value:

```js
test.use({ locale: 'en-GB' });

test.decsribe(() => {
  test.use({ locale: undefined });
});
```
2022-07-28 12:57:05 -07:00
..
matchers Revert "feat(matchers): add toContainClass (#15491)" (#15670) 2022-07-14 22:03:37 +02:00
plugins fix(ct): restore public folder deployment (#15594) 2022-07-12 16:14:48 -07:00
reporters feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -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 feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -07:00
expect.ts Revert "feat(matchers): add toContainClass (#15491)" (#15670) 2022-07-14 22:03:37 +02:00
expectBundle.ts chore: make bundles typed (#13620) 2022-04-18 17:50:25 -07:00
experimentalLoader.ts chore: fix tests when repo checkout was not playwright (#15994) 2022-07-27 18:09:55 +02:00
fixtures.ts fix(fixtures): make undefined option mean "default value" (#16026) 2022-07-28 12:57:05 -07:00
globals.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
index.ts chore: migrate component testing to server-side page reuse (#15477) 2022-07-12 14:30:24 -07:00
ipc.ts feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -07:00
loader.ts feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -07:00
mount.ts feat(ct): allow unmounting components (#15974) 2022-07-27 15:12:36 -07:00
profiler.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
runner.ts feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -07:00
sigIntWatcher.ts chore: use utils via index export (5) (#13413) 2022-04-07 20:18:22 -07:00
test.ts feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -07:00
testInfo.ts feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -07:00
testType.ts feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -07:00
timeoutManager.ts fix(test runner): more friendly test duration (#15476) 2022-07-08 11:45:44 -07:00
transform.ts chore: fix tests when repo checkout was not playwright (#15994) 2022-07-27 18:09:55 +02:00
tsxTransform.ts fix(ct): respect boolean shorthands (#14798) 2022-06-10 17:34:21 -07:00
types.ts feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -07:00
util.ts Revert "fix(test runner): ignore undefined values in fixtures definit…ions (#15119)" (#15979) 2022-07-27 08:51:45 -07:00
utilsBundle.ts chore: bundle pwt deps (#13622) 2022-04-18 21:47:18 -07:00
worker.ts feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -07:00
workerRunner.ts feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -07:00