Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Releases: unflakable/unflakable-javascript

@unflakable/js-api 0.3.1

05 Sep 20:58
Compare
Choose a tag to compare

Bug Fixes

  • Retry all HTTP 5xx errors to handle transient AWS issues

Other Changes

  • Support experimental failure_reason field

@unflakable/cypress-plugin 0.2.1

05 Sep 21:06
Compare
Choose a tag to compare

Bug Fixes

  • Support Cypress 13
  • Don't exit with missing suite ID error when plugin is disabled

@unflakable/cypress-plugin 0.2.0

05 Jul 05:15
Compare
Choose a tag to compare

New Features

  • Add Windows support

Full Changelog: cypress-0.1.2...cypress-0.2.0

@unflakable/cypress-plugin 0.1.2

21 Jun 22:43
Compare
Choose a tag to compare

Bug Fixes

  • Fix compatibility with CommonJS TypeScript projects (5f8dd7c).

    Previously, TypeScript projects using CommonJS needed to set moduleResolution to node16 or nodenext to successfully load the plugin's Cypress config wrapper. This change adds a synchronous CommonJS version of the config wrapper, which cypress-unflakable now uses unless the project's package.json contains "type": "module" or the user's Cypress config file has a .mjs/.mts extension, in which case it uses the existing ESM config wrapper.

@unflakable/js-api 0.3.0

20 Jun 04:56
Compare
Choose a tag to compare

New Features

  • Export separate @unflakable/js-api/consts module

@unflakable/cypress-plugin 0.1.1

20 Jun 10:12
Compare
Choose a tag to compare

Bug Fixes

  • Fix --test-suite-id precedence
  • Change Cypress peer dependency to 11.2 - 12

@unflakable/cypress-plugin 0.1.0

20 Jun 05:03
Compare
Choose a tag to compare

Initial release of the Unflakable Cypress Plugin.

@unflakable/jest-plugin v0.2.0

14 Mar 07:06
Compare
Choose a tag to compare

New Features

  • Add support for Jest 28/29 (#1).

Security Fixes

@unflakable/jest-plugin v0.1.2

14 Sep 23:18
Compare
Choose a tag to compare

New Features

  • Add support for large test suites by uploading test results to an object store rather than inline as part of a REST API request. This overcomes a 6MB API request size limit.

@unflakable/jest-plugin v0.1.1

22 May 19:28
Compare
Choose a tag to compare

Initial release of the Unflakable Jest Plugin.