playwright/src/test
Dmitry Gozman 31572fc372
chore(test-runner): misc changes to reporter api (#7664)
- `Location` with `file`, `line` and `column`.
- `fullTitle` does not include project name.
- `titlePath` method.
- All methods of `Reporter` are optional.
- Removed `Test.skipped` property that is superseeded by `Test.status()`.
- Replaced `Suite.findTest()` with `Suite.allTests()`.
- Removed `Test.suite` property.
2021-07-16 12:40:33 -07:00
..
reporters chore(test-runner): misc changes to reporter api (#7664) 2021-07-16 12:40:33 -07:00
cli.ts feat(test-runner): support esm modules in more places (#7542) 2021-07-12 11:59:58 -05:00
dispatcher.ts chore(test-runner): misc changes to reporter api (#7664) 2021-07-16 12:40:33 -07:00
expect.ts fix(test-runner): handle negated toMatchSnapshot result (#7345) 2021-07-07 18:51:38 -07:00
fixtures.ts fix(test-runner): with automatic fixtures workerInfo was undefined after conditional skip (#7521) 2021-07-08 21:55:43 +02:00
globals.ts chore: bring in folio source (#6923) 2021-06-06 17:09:53 -07:00
golden.ts fix(test-runner): handle negated toMatchSnapshot result (#7345) 2021-07-07 18:51:38 -07:00
index.ts feat(test runner): export testInfo.data (#7525) 2021-07-08 17:16:36 -07:00
ipc.ts feat(test runner): export testInfo.data (#7525) 2021-07-08 17:16:36 -07:00
launchServer.ts feat(test-runner): migrate to launch config/server (#7603) 2021-07-15 01:19:45 +02:00
loader.ts chore(test-runner): misc changes to reporter api (#7664) 2021-07-16 12:40:33 -07:00
profiler.ts chore(test runner): self profile under PWTEST_PROFILE_DIR (#7252) 2021-06-21 14:49:43 -07:00
project.ts chore(test-runner): misc changes to reporter api (#7664) 2021-07-16 12:40:33 -07:00
reporter.ts chore(test-runner): misc changes to reporter api (#7664) 2021-07-16 12:40:33 -07:00
runner.ts chore(test-runner): misc changes to reporter api (#7664) 2021-07-16 12:40:33 -07:00
test.ts chore(test-runner): misc changes to reporter api (#7664) 2021-07-16 12:40:33 -07:00
testType.ts chore(test-runner): misc changes to reporter api (#7664) 2021-07-16 12:40:33 -07:00
transform.ts fix(test-runner): work with .mjs files (#7373) 2021-06-29 15:28:41 -07:00
types.ts chore(test-runner): misc changes to reporter api (#7664) 2021-07-16 12:40:33 -07:00
util.ts feat(test-runner): allow to focus a test in a location (#7208) 2021-06-24 10:02:34 +02:00
worker.ts chore(test runner): self profile under PWTEST_PROFILE_DIR (#7252) 2021-06-21 14:49:43 -07:00
workerRunner.ts chore(test-runner): misc changes to reporter api (#7664) 2021-07-16 12:40:33 -07:00