playwright/utils/testrunner/examples
Andrey Lushnikov 974a8ad124 feat(testrunner): better matchers
This patch re-implements matching and reporting for test runner.
Among other improvements:
- test failures now show a short snippet from test
- test failures now explicitly say what received and what was expected
- `expect.toBe()` now does text diff when gets strings as input
- `expect.toEqual` now does object diff
2020-02-20 21:23:29 -08:00
..
fail.js feat(testrunner): better matchers 2020-02-20 21:23:29 -08:00
hookfail.js Initial commit 2019-11-19 10:58:15 -08:00
hooktimeout.js Initial commit 2019-11-19 10:58:15 -08:00
timeout.js Initial commit 2019-11-19 10:58:15 -08:00
unhandledpromiserejection.js Initial commit 2019-11-19 10:58:15 -08:00