playwright/utils/testrunner/test
Andrey Lushnikov 0ded511d0b
feat(testrunner): better matchers (#1077)
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 22:55:39 -08:00
..
test.js feat(testrunner): better matchers (#1077) 2020-02-20 22:55:39 -08:00
testrunner.spec.js feat(testrunner): implement "dit" command (#312) 2019-12-19 16:47:35 -07:00