playwright/src/test
2021-09-17 15:24:15 -07:00
..
matchers fix(expect): toHaveText, toContainText and toHaveTitle normalize whitespace (#8929) 2021-09-14 19:24:29 -07:00
reporters fix(test runner): account for errors with inconsistent stack/message (#8950) 2021-09-15 21:28:36 -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(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 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 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 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 fix(test-runner): accept unix separators even on windows (#8881) 2021-09-13 12:09:38 -04: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