playwright/packages/playwright-test
Dmitry Gozman 8348f66107
feat: deprecate toMatchSnapshot for buffers (#26718)
These are usually used for screenshots instead of toHaveScreenshot.
String-based snapshots are left as is.

<img width="836" alt="deprecated"
src="https://github.com/microsoft/playwright/assets/9881434/d02818da-7eea-47fc-8ea8-4104b0dd49b5">

---

Also deemphasized toMatchSnapshot throughout all docs.

Fixes #26612.
2023-08-25 18:20:01 -07:00
..
bundles chore: tolerate css imports (#26626) 2023-08-23 08:32:23 -07:00
src feat: print message if maxFailures has reached (#26322) 2023-08-25 19:06:49 +02:00
types feat: deprecate toMatchSnapshot for buffers (#26718) 2023-08-25 18:20:01 -07:00
.eslintrc.js chore: enable no-floating-promises on playwright-test (#23484) 2023-06-05 17:45:56 +02:00
.npmignore
README.md
ThirdPartyNotices.txt chore(deps): bump semver and @babel/core in /packages/playwright-test/bundles/babel (#24082) 2023-07-10 23:40:28 +02:00
cli.js chore: fix playwright-core cli (#23203) 2023-05-22 12:37:08 -07:00
index.d.ts
index.js chore: have pretty error if CT config has no defineConfig (#21318) 2023-03-02 00:47:05 +01:00
index.mjs chore: introduce defineConfig for easier JS typing (#20061) 2023-01-12 13:12:02 -08:00
jsx-runtime.js chore: allow stub JSX instances in type module (#23211) 2023-05-22 15:34:50 -07:00
jsx-runtime.mjs chore: allow stub JSX instances in type module (#23211) 2023-05-22 15:34:50 -07:00
package.json chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
reporter.d.ts
reporter.js
reporter.mjs

README.md

@playwright/test

This package contains Playwright Test. A test-runner for writing idiomatic and reliable end-to-end tests with Playwright.