playwright/src/test
2021-09-07 13:35:30 -07:00
..
matchers feat(test-runner): support baseURL in toHaveURL (#8743) 2021-09-07 18:34:02 +02:00
reporters feat(test-runner): include test step in json report (#8476) 2021-09-07 13:35:30 -07:00
cli.ts feat(runner): support multiple names in project filter (#8600) 2021-09-02 09:29:55 -07:00
dispatcher.ts feat(html reporter): show log for pw:api and expect steps (#8692) 2021-09-03 13:08:17 -07:00
expect.ts feat(html reporter): show log for pw:api and expect steps (#8692) 2021-09-03 13:08:17 -07:00
fixtures.ts feat(html reporter): show log for pw:api and expect steps (#8692) 2021-09-03 13:08:17 -07:00
globals.ts feat(test runner): expect(locator) matchers to show a nice error on timeout (#7935) 2021-07-30 13:12:49 -07:00
index.ts feat(html reporter): show log for pw:api and expect steps (#8692) 2021-09-03 13:08:17 -07:00
ipc.ts feat(html reporter): show log for pw:api and expect steps (#8692) 2021-09-03 13:08:17 -07:00
loader.ts feat(test-runner): re-enable web server (#7906) 2021-08-03 23:24:14 +02:00
profiler.ts chore: audit code for new Promise(async) (#8601) 2021-08-31 15:55:32 -07:00
project.ts fix(test runner): disallow use(workerFixture) in describes (#8119) 2021-08-10 16:32:32 -07:00
runner.ts feat(test runner): describe.parallel (#8662) 2021-09-02 15:42:07 -07:00
test.ts feat(test runner): describe.parallel (#8662) 2021-09-02 15:42:07 -07:00
testType.ts feat(html reporter): show log for pw:api and expect steps (#8692) 2021-09-03 13:08:17 -07:00
transform.ts perf(test-runner): lazy require babel (#7750) 2021-07-20 13:24:29 -05:00
types.ts feat(html reporter): show log for pw:api and expect steps (#8692) 2021-09-03 13:08:17 -07:00
util.ts fix(test runner): allow dot-files and dot-directories with tests (#8751) 2021-09-07 10:32:47 -07:00
webServer.ts fix(test-runner): WebServer: use socket for reuseExistingServer to detect servers that aren't using SO_REUSEADDR (#8537) 2021-09-02 18:39:41 +02:00
worker.ts fix(test runner): report unhandled rejections during worker teardown (#8592) 2021-08-31 10:50:30 -07:00
workerRunner.ts feat(html reporter): show log for pw:api and expect steps (#8692) 2021-09-03 13:08:17 -07:00