playwright/packages/playwright-test/src
Dmitry Gozman fbb5d48283
feat(expect): roll to v29.5.0 (#23629)
There is a breaking in change in the `MatcherContext` that is passed to
matcher functions, so we now have `!!this.isNot` in a few places. The
same could happen to custom matcher in the wild.

```ts
// Old
{
  isNot: boolean;
  promise: string;
}
```

```ts
// New
{
  isNot?: boolean;
  promise?: string;
}
```

Fixes #23612.
2023-06-19 15:18:59 -07:00
..
common feat(expect): roll to v29.5.0 (#23629) 2023-06-19 15:18:59 -07:00
isomorphic chore: run more reporter tests through blob report, some fixes (#23765) 2023-06-16 21:30:55 -07:00
loader chore: support esm loader on Node 20 (#23269) 2023-05-24 20:17:44 -07:00
matchers feat(expect): roll to v29.5.0 (#23629) 2023-06-19 15:18:59 -07:00
plugins chore: allow marking scripts as external for transform (#23449) 2023-06-01 20:28:49 -07:00
reporters chore: run more reporter tests through blob report, some fixes (#23765) 2023-06-16 21:30:55 -07:00
runner fix(test runner): improve error message for non-stable test titles (#23792) 2023-06-19 14:13:11 -07:00
third_party feat(test runner): support tsconfig.extends array (#22975) 2023-05-11 19:18:13 -07:00
transform chore: allow marking scripts as external for transform (#23449) 2023-06-01 20:28:49 -07:00
worker chore: miscellaneous trace viewer fixes (#23695) 2023-06-14 09:37:19 -07:00
cli.ts chore: print listening on message in terminal for web trace modes (#23546) 2023-06-06 09:36:49 -07:00
DEPS.list chore: support esm loader on Node 20 (#23269) 2023-05-24 20:17:44 -07:00
index.ts chore: enable no-floating-promises on playwright-test (#23484) 2023-06-05 17:45:56 +02:00
internalsForTest.ts chore: move transform to its own folder (for loader worker) (#23247) 2023-05-23 21:05:33 -07:00
store.ts chore: inside out the config & project internal (#22260) 2023-04-07 09:54:01 -07:00
util.ts fix(typescript): allow directory imports (#23254) 2023-06-05 08:58:25 -07:00
utilsBundle.ts chore: make trace viewer work over http (#23531) 2023-06-05 16:30:30 -07:00