playwright/packages/playwright-test/src/matchers
Dmitry Gozman c02e165eb6
fix(test runner): toHaveScreenshot should not overwrite matching expectations (#15028)
Even in the `--update-snapshots` mode we should keep existing files if
they are matching under the threshold, to avoid needless churn.
2022-06-21 18:01:25 -07:00
..
DEPS.list chore: distill deps after import types update (#13367) 2022-04-06 15:41:08 -07:00
matchers.ts chore: move multi-select assertion to toHaveValues (#14595) 2022-06-02 16:01:34 -04:00
toBeTruthy.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
toEqual.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
toMatchSnapshot.ts fix(test runner): toHaveScreenshot should not overwrite matching expectations (#15028) 2022-06-21 18:01:25 -07:00
toMatchText.ts feat(expect): add ignoreCase option to toHaveText and toContainText (#14534) 2022-06-02 05:52:53 -07:00