Skip to content

Latest commit

 

History

History
359 lines (172 loc) · 21.2 KB

File metadata and controls

359 lines (172 loc) · 21.2 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

8.0.6 (2023-03-24)

Bug Fixes

8.0.5 (2023-03-09)

Note: Version bump only for package jest-environment-puppeteer

8.0.3 (2023-03-07)

Bug Fixes

  • avoid creating screenshots directory (d9e58fe), closes #521
  • jest-puppeteer: fix preset export (82e4163), closes #528

8.0.2 (2023-03-06)

Bug Fixes

8.0.0 (2023-03-06)

Features

BREAKING CHANGES

    • spawnd now exports { spawd } instead of default to ensure compatibilty with ESM
  • toMatch has been renamed toMatchTextContent to avoid collision with existing Jest matcher

7.0.1 (2023-02-15)

Note: Version bump only for package jest-environment-puppeteer

7.0.0 (2023-02-03)

Features

6.2.0 (2022-12-11)

Bug Fixes

Features

6.1.1 (2022-07-06)

Note: Version bump only for package jest-environment-puppeteer

6.0.3 (2021-12-14)

Bug Fixes

  • avoid running connect in global setup if browserWSEndpoint provided in config (#458) (c9fa515)

6.0.2 (2021-11-25)

Bug Fixes

6.0.1 (2021-11-24)

Bug Fixes

  • Catch exceptions on browser close or disconnect during teardown (#453) (adafcc2)

6.0.0 (2021-09-23)

Bug Fixes

5.0.4 (2021-05-26)

Bug Fixes

5.0.3 (2021-04-28)

Bug Fixes

5.0.1 (2021-04-19)

Bug Fixes

  • add jest-environment-node as a dependency (#397) (11f2e38)

5.0.0 (2021-04-16)

Bug Fixes

  • Leverage Puppeteer's native support for Firefox (#356) (e54fb7e)
  • require to puppeteer-core as fallback (#315) (49d313c)

BREAKING CHANGES

  • browser config is deprecated. Use launch.product instead.

Co-authored-by: Tony Brix tony@brix.ninja

4.4.0 (2019-12-18)

Bug Fixes

4.3.0 (2019-07-14)

Features

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

4.2.0 (2019-05-28)

Features

4.1.1 (2019-04-11)

Note: Version bump only for package jest-environment-puppeteer

4.1.0 (2019-03-14)

Bug Fixes

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

4.0.0 (2019-02-13)

Bug Fixes

  • Cannot read property watch of undefined in jest v22 version (#197) (db731a3)

3.9.0 (2019-01-22)

Bug Fixes

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

Features

3.8.0 (2019-01-11)

Bug Fixes

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

Features

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

3.7.0 (2018-12-11)

Note: Version bump only for package jest-environment-puppeteer

3.6.0 (2018-12-06)

Bug Fixes

  • skip closing external browser on teardown (0505b2c)
  • use browser.disconnect method (7afbb2e)

3.5.2 (2018-11-27)

Note: Version bump only for package jest-environment-puppeteer

3.5.1 (2018-11-11)

Note: Version bump only for package jest-environment-puppeteer

3.5.0 (2018-11-04)

Features

Performance Improvements

3.4.0 (2018-09-24)

Bug Fixes

  • support several instances of Jest in parallel (#138) (275bc71)

Features

  • connect to an already existing instance of Chrome (#100) (3fcbaf8)

3.3.1 (2018-08-17)

Bug Fixes

  • revert pid based endpoint file (4a08847), closes #103

3.3.0 (2018-08-15)

Features

  • add support for defaultViewport option (7b484a8)
  • support multiple processes on same machine (#103) (4d37d17)

3.2.1 (2018-06-17)

Bug Fixes

3.2.0 (2018-06-17)

Features

3.1.0 (2018-06-16)

Features

  • jest-dev-server: externalize it & auto-kill (45e8fbb), closes #66 #68

2.4.0 (2018-04-24)

Features

  • adjust default timeout with slowMo (6871ec8), closes #36
  • jest-environment-puppeteer: add server.launchTimeout & server.debug options (e312717), closes #44
  • jest-environment-puppeteer: added config option for global err msg (#35) (d87c99a), closes #34

2.3.0 (2018-04-06)

Features

  • jest-environment-puppeteer: support custom config (6cd3050), closes #19

2.2.3 (2018-04-03)

Bug Fixes

  • support ignoreHTTPSErrors launch option (ed60439)

2.2.2 (2018-04-01)

Bug Fixes

  • jest-environment-puppeteer: support slowMo (0fd5b19), closes #20

2.0.0 (2018-03-05)

Features

BREAKING CHANGES

  • expectPage() is replaced by expect(page)
  • Puppeteer launch options are now specified under launch object

1.1.1 (2018-03-04)

Bug Fixes

  • expect-puppeteer: add all sources in pkg (bb51870)

1.1.0 (2018-03-04)

Features

  • add jest-puppeteer-preset (7fbb273)
  • add spawnd & expect-puppeteer (6b7f5a4)