Skip to content

Releases: argos-ci/jest-puppeteer

v4.4.0

18 Dec 07:45
c28ecb7
Compare
Choose a tag to compare

Bug Fixes

Features

  • increase peerDependencies to allow Puppeteer v2 (#289) (62a9b81)
  • expect-puppeteer: support frames (#275) (09703ea)

v4.3.0

14 Jul 21:30
d880d31
Compare
Choose a tag to compare

Bug Fixes

Features

  • add jestPuppeteer.resetBrowser method (#237) (ae93739)

v4.2.0

28 May 07:41
0be233c
Compare
Choose a tag to compare

Bug Fixes

  • jest-dev-server can't detect used ports (#235) (8b64c10)

Features

v4.1.1

11 Apr 07:10
Compare
Choose a tag to compare

Bug Fixes

  • do not attempt to start the server when usedPortAction is ignore and isPortTaken is true (#219) (7df3721)

v4.1.0

14 Mar 06:57
Compare
Choose a tag to compare

Bug Fixes

  • invalid connect options, when using browserURL (#212) (6e483e6)

Features

  • expect-puppeteer: add visibility option to toMatchElement (#208) (46d8ec1)

v3.9.1

14 Mar 06:56
Compare
Choose a tag to compare

Bug Fixes

  • invalid connect options, when using browserURL (#212) (1d2e60a)

v4.0.0

13 Feb 16:51
Compare
Choose a tag to compare

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.9.0

22 Jan 08:22
Compare
Choose a tag to compare

Bug Fixes

  • jest --watch fails to reload (#182) (cc9bbfa)
  • wrong timeout when using jestPuppeteer.debug() (#185) (0f4c720)

Features

v3.8.0

11 Jan 14:09
Compare
Choose a tag to compare

Bug Fixes

  • disconnect the browser on environment teardown (#173) (5d073cc)

Features

  • jest-environment-puppeteer: accept a promise as config (#178) (40bc3a2)

v3.7.0

11 Dec 23:38
Compare
Choose a tag to compare

Features