playwright/packages/playwright-core
Andrey Lushnikov 0093e8a753
cherry-pick(#12934): allow toMatchSnapshot to use text comparator for text data (#12938)
This was regressed awhile ago.

In v1.17 we shipped the following code: 30e15ad36f/packages/playwright-test/src/matchers/golden.ts (L122-L131)

`toMatchSnapshot` should fallback to text comparator in case of
unknown extension and string data.

Fixes #12862
2022-03-21 17:54:40 -07:00
..
bin fix: proper chrome-beta channel installation on MacOS (#11973) 2022-02-09 11:28:51 -08:00
src cherry-pick(#12934): allow toMatchSnapshot to use text comparator for text data (#12938) 2022-03-21 17:54:40 -07:00
types cherry-pick(#12892): docs(fetch): clarify cookie handling (#12931) 2022-03-21 14:56:14 -07:00
.npmignore chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
browsers.json feat(chromium): roll to r978106 (#12585) 2022-03-08 21:05:56 +01:00
cli.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.d.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.js chore: verify supported Node.js version during runtime (#10406) 2021-11-19 19:05:17 +01:00
index.mjs chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
package.json chore: mark v1.20.0 (#12600) 2022-03-14 11:12:29 -07:00
README.md chore: drop dependency on playwright-core in all our packages (#2318) 2020-05-21 13:18:15 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.