playwright/packages/playwright-test/src
Dmitry Gozman 20dcc45afa
feat: support experimental doc entries (#13446)
feat: support experimental doc entries

- Params/options/members are marked as experimental in the docs.
- `experimental.d.ts` is generated that contains all types and
  includes experimental features.
- `experimental.d.ts` is references in our tests so that we
  can test experimental features.
- `fonts` option is restored as experimental.
2022-04-13 16:13:30 -07:00
..
matchers feat: support experimental doc entries (#13446) 2022-04-13 16:13:30 -07:00
reporters feat(test-runner): introduce GlobalInfo (#13083) 2022-04-08 13:22:14 -07:00
third_party chore: move comparator logic to playwright-core (#12232) 2022-02-18 14:39:17 -08:00
ci.ts chore: use utils via index export (5) (#13413) 2022-04-07 20:18:22 -07:00
cli.ts fix: match against secure path (#13442) 2022-04-08 14:57:43 -07:00
DEPS chore: remove/rename FullConfig._attachments (#13233) 2022-04-01 12:36:05 -07:00
DEPS.list chore: distill deps after import types update (#13367) 2022-04-06 15:41:08 -07:00
dispatcher.ts chore: use utils via index export (5) (#13413) 2022-04-07 20:18:22 -07:00
expect.ts chore: use utils via index export (5) (#13413) 2022-04-07 20:18:22 -07:00
experimentalLoader.ts fix(test loader): implement tsconfig paths through resolveFilename (#12357) 2022-02-25 15:43:58 -08:00
fixtures.ts feat(test): more information about timing out fixtures (#13546) 2022-04-13 15:13:31 -07:00
globalInfo.ts feat(test-runner): introduce GlobalInfo (#13083) 2022-04-08 13:22:14 -07:00
globals.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
index.ts feat(test): more information about timing out fixtures (#13546) 2022-04-13 15:13:31 -07:00
ipc.ts chore: allow matchers decorate step title (#13199) 2022-03-30 21:52:00 -07:00
loader.ts feat(test-runner): introduce GlobalInfo (#13083) 2022-04-08 13:22:14 -07:00
mount.ts chore: use utils via index export (3) (#13403) 2022-04-07 13:55:44 -07:00
profiler.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
project.ts chore: use utils via index export (3) (#13403) 2022-04-07 13:55:44 -07:00
runner.ts feat(test-runner): introduce GlobalInfo (#13083) 2022-04-08 13:22:14 -07:00
sigIntWatcher.ts chore: use utils via index export (5) (#13413) 2022-04-07 20:18:22 -07:00
test.ts fix(test runner): default workerIndex to -1 (#13440) 2022-04-08 15:23:23 -07:00
testInfo.ts feat(test-runner): introduce GlobalInfo (#13083) 2022-04-08 13:22:14 -07:00
testType.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
timeoutManager.ts feat(test): more information about timing out fixtures (#13546) 2022-04-13 15:13:31 -07:00
transform.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
tsxTransform.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
types.ts feat(test-runner): introduce GlobalInfo (#13083) 2022-04-08 13:22:14 -07:00
util.ts feat(test-runner): introduce GlobalInfo (#13083) 2022-04-08 13:22:14 -07:00
webServer.ts chore: use utils via index export (5) (#13413) 2022-04-07 20:18:22 -07:00
worker.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
workerRunner.ts chore: use utils via index export (5) (#13413) 2022-04-07 20:18:22 -07:00