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

Releases: unflakable/unflakable-javascript

@unflakable/js-api 0.3.1

Choose a tag to compare

@ramosbugs ramosbugs released this 05 Sep 20:58

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

Choose a tag to compare

@ramosbugs ramosbugs released this 05 Sep 21:06

Bug Fixes

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

@unflakable/cypress-plugin 0.2.0

Choose a tag to compare

@ramosbugs ramosbugs released this 05 Jul 05:15

New Features

  • Add Windows support

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

@unflakable/cypress-plugin 0.1.2

Choose a tag to compare

@ramosbugs ramosbugs released this 21 Jun 22:43

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

Choose a tag to compare

@ramosbugs ramosbugs released this 20 Jun 04:56

New Features

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

@unflakable/cypress-plugin 0.1.1

Choose a tag to compare

@ramosbugs ramosbugs released this 20 Jun 10:12

Bug Fixes

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

@unflakable/cypress-plugin 0.1.0

Choose a tag to compare

@ramosbugs ramosbugs released this 20 Jun 05:03

Initial release of the Unflakable Cypress Plugin.

@unflakable/jest-plugin v0.2.0

Choose a tag to compare

@ramosbugs ramosbugs released this 14 Mar 07:06

New Features

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

Security Fixes

@unflakable/jest-plugin v0.1.2

Choose a tag to compare

@ramosbugs ramosbugs released this 14 Sep 23:18

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

Choose a tag to compare

@ramosbugs ramosbugs released this 22 May 19:28

Initial release of the Unflakable Jest Plugin.