playwright/packages/playwright-core/src/server
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
..
android feat(android): Adding custom port parameter to connect to different adb server port (#12220) 2022-03-04 20:27:25 +01:00
chromium feat(chromium): roll to r978106 (#12585) 2022-03-08 21:05:56 +01:00
common feat(locator): "has" option (#11411) 2022-02-02 16:55:50 -08:00
electron fix(electron): do not attach external debugger when running Electron tests (#12250) 2022-02-19 17:46:26 -08:00
firefox feat(firefox): roll to r1317 (#12120) 2022-02-15 21:55:52 -08:00
injected cherry-pick(#12888): fix(click): workaround elementsFromPoint issue in Chromium (#12925) 2022-03-21 11:03:56 -07:00
supplements feat(api): expose locator.highlight (#12420) 2022-03-01 13:56:21 -08:00
trace fix(tracing): do not capture iframes in head (#12126) 2022-02-16 09:09:15 -08:00
webkit feat(webkit): roll to r1616 (#12541) 2022-03-06 12:22:47 +01:00
accessibility.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
artifact.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
browser.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
browserContext.ts chore(tracing): add tracing to APIRequestContext (#11502) 2022-01-22 11:25:13 -08:00
browserType.ts fix: create traces dir in /tmp instead of cwd (#11699) 2022-01-27 14:58:17 -08:00
console.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
cookieStore.ts fix(fetch): send secure cookies for http://localhost requests (#12450) 2022-03-02 09:33:30 -08:00
deviceDescriptors.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
deviceDescriptorsSource.json feat(chromium): roll to r978106 (#12585) 2022-03-08 21:05:56 +01:00
dialog.ts fix(chromium): close all javascript dialogs when closing context (#11614) 2022-01-25 13:52:18 -08:00
dom.ts feat(api): expose locator.highlight (#12420) 2022-03-01 13:56:21 -08:00
download.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
fetch.ts fix(fetch): always return non-empty body regardless of request method (#12102) 2022-02-15 09:06:21 -08:00
fileChooser.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
formData.ts fix: compute file field mime type on the server (#10394) 2021-11-17 18:12:26 -08:00
frames.ts cherr-pick(#12764): fix(screenshot): do not stall on hideHighlight (#12802) 2022-03-15 18:26:29 -07:00
helper.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
input.ts feat(input): restore modified layout shift check (#11032) 2022-01-03 17:46:04 -08:00
instrumentation.ts chore(tracing): add tracing to APIRequestContext (#11502) 2022-01-22 11:25:13 -08:00
javascript.ts fix(evaluate): reject all context operations when frame detaches (#9987) 2021-11-03 10:44:50 -07:00
macEditingCommands.ts feat(keyboard): support simple copy-pasting using meta+c/v (#10828) 2022-02-28 13:43:43 -08:00
network.ts chore: throw error if setCookies expires value is not valid (#12470) 2022-03-02 23:10:40 +01:00
page.ts cherry-pick(#12934): allow toMatchSnapshot to use text comparator for text data (#12938) 2022-03-21 17:54:40 -07:00
pipeTransport.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
playwright.ts chore: implement locator._highlight / playwright._hideHighlight (#11339) 2022-01-12 07:37:48 -08:00
progress.ts chore: implement locator._highlight / playwright._hideHighlight (#11339) 2022-01-12 07:37:48 -08:00
protocolError.ts chore: move some files out of server/common (#11466) 2022-01-18 19:13:51 -08:00
screenshotter.ts cherr-pick(#12764): fix(screenshot): do not stall on hideHighlight (#12802) 2022-03-15 18:26:29 -07:00
selectors.ts cherry-pick(#12899): chore: make count() work with _vue selectors 2022-03-19 15:21:18 -07:00
transport.ts chore: use transport for BrowserType.connect (#12196) 2022-02-17 20:48:14 -08:00
types.ts feat(android): Adding custom port parameter to connect to different adb server port (#12220) 2022-03-04 20:27:25 +01:00
usKeyboardLayout.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00