This repository contains the official Unflakable plugins for JavaScript and TypeScript.
Refer to our Getting Started documentation for instructions on getting started using Unflakable.
This Unflakable plugin enables users of the Cypress JavaScript test framework to quarantine flaky tests and track test results.
Refer to the Cypress Plugin documentation for complete usage instructions.
This plugin maintains compatibility with the Cypress and Node.js versions listed below:
For TypeScript projects, typescript version 4.7 or later is required, and tsconfig.json must set
moduleResolution to node16 or
nodenext. This setting is required so that
ES modules resolve correctly.
The Jest plugin enables users of the Jest JavaScript test framework to quarantine flaky tests and track test results.
Refer to the Jest Plugin documentation for complete usage instructions.
This plugin maintains compatibility with the Jest and Node.js versions listed below:
To report a bug or request a new feature, please file a GitHub issue. We also welcome pull requests!