Releases: argos-ci/jest-puppeteer
Releases · argos-ci/jest-puppeteer
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)