This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
Releases: unflakable/unflakable-javascript
Releases · unflakable/unflakable-javascript
@unflakable/js-api 0.3.1
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
Bug Fixes
- Support Cypress 13
- Don't exit with missing suite ID error when plugin is disabled
@unflakable/cypress-plugin 0.2.0
@unflakable/cypress-plugin 0.1.2
Bug Fixes
-
Fix compatibility with CommonJS TypeScript projects (5f8dd7c).
Previously, TypeScript projects using CommonJS needed to set
moduleResolution
tonode16
ornodenext
to successfully load the plugin's Cypress config wrapper. This change adds a synchronous CommonJS version of the config wrapper, whichcypress-unflakable
now uses unless the project'spackage.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
New Features
- Export separate
@unflakable/js-api/consts
module
@unflakable/cypress-plugin 0.1.1
Bug Fixes
- Fix
--test-suite-id
precedence - Change Cypress peer dependency to
11.2 - 12
@unflakable/cypress-plugin 0.1.0
Initial release of the Unflakable Cypress Plugin.
@unflakable/jest-plugin v0.2.0
New Features
- Add support for Jest 28/29 (#1).
Security Fixes
- Bump
simple-git
to 3.16.0 to address CVE-2022-25860.
@unflakable/jest-plugin v0.1.2
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
Initial release of the Unflakable Jest Plugin.