Releases: argos-ci/jest-puppeteer
Releases · argos-ci/jest-puppeteer
v5.0.0
Bug Fixes
- Leverage Puppeteer's native support for Firefox (#356) (e54fb7e)
- require to
puppeteer-core
as fallback (#315) (49d313c)
- Resolve module paths in preset (#335) (36602a1)
- toFill doesn't empty contents when given an empty string (#381) (964b9a2)
Features
BREAKING CHANGES
- browser config is deprecated. Use launch.product
instead.
- jest-dev-server uses axios instead of request so the
waitOnScheme
options may have changed. see wait-on v5.0.0 changelog for more details
v4.4.0
Bug Fixes
Features
- increase peerDependencies to allow Puppeteer v2 (#289) (62a9b81)
- expect-puppeteer: support frames (#275) (09703ea)
v4.2.0
Bug Fixes
- jest-dev-server can't detect used ports (#235) (8b64c10)
Features
v4.1.1
Bug Fixes
- do not attempt to start the server when
usedPortAction
is ignore
and isPortTaken
is true
(#219) (7df3721)
v4.1.0
Bug Fixes
- invalid connect options, when using browserURL (#212) (6e483e6)
Features
- expect-puppeteer: add visibility option to toMatchElement (#208) (46d8ec1)
v3.9.1
Bug Fixes
- invalid connect options, when using browserURL (#212) (1d2e60a)
v4.0.0
Bug Fixes
- Cannot read property watch of undefined in jest v22 version (#197) (db731a3)
Features
BREAKING CHANGES
- v4.x is only compatible with Jest v24, use v3.x with Jest v23.
v3.8.0
Bug Fixes
- disconnect the browser on environment teardown (#173) (5d073cc)
Features
- jest-environment-puppeteer: accept a promise as config (#178) (40bc3a2)