playwright/src/test
2021-09-24 18:55:45 -07:00
..
matchers fix(expect): produce "waiting for selector" log, corner cases (#9140) 2021-09-24 18:55:45 -07:00
reporters fix(junit): produce a single system-out entry (#9091) 2021-09-22 15:28:57 -07:00
cli.ts feat(test-runner): add --debug CLI flag (#8938) 2021-09-15 21:19:31 +02:00
dispatcher.ts fix(test runner): after hooks step should not be nested (#8969) 2021-09-16 15:51:27 -07:00
expect.ts fix(inspector): stop on all snapshottable actions (#8990) 2021-09-17 15:24:15 -07:00
fixtures.ts feat(test runner): add some fixture debugging (#8918) 2021-09-23 11:56:39 -04: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 fix(test runner): after hooks step should not be nested (#8969) 2021-09-16 15:51:27 -07:00
ipc.ts fix(test runner): after hooks step should not be nested (#8969) 2021-09-16 15:51:27 -07:00
loader.ts chore: migrate expect(locator).toMatchText to protocol (#9117) 2021-09-23 16:46:46 -07: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 chore: remove stale html experiments (#8905) 2021-09-13 20:34:46 -07:00
test.ts feat(test): start authoring raw reporter (#8790) 2021-09-09 14:17:18 -07:00
testType.ts fix(test runner): after hooks step should not be nested (#8969) 2021-09-16 15:51:27 -07:00
transform.ts perf(test-runner): lazy require babel (#7750) 2021-07-20 13:24:29 -05:00
types.ts fix(test runner): after hooks step should not be nested (#8969) 2021-09-16 15:51:27 -07:00
util.ts chore: migrate remaining expect to protocol (#9121) 2021-09-24 11:06:30 -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 fix(test runner): after hooks step should not be nested (#8969) 2021-09-16 15:51:27 -07:00