This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish 0.1.1 with README and repo link
- Loading branch information
Showing
6 changed files
with
66 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<p align="center"> | ||
<a href="https://unflakable.com" target="_blank" rel="noopener" align="center"> | ||
<img src="https://github.com/unflakable/unflakable-javascript/blob/main/images/logo.svg?raw=true" width="350" alt="Unflakable" /> | ||
</a> | ||
</p> | ||
|
||
[![npm version](https://img.shields.io/npm/v/@unflakable/jest-plugin.svg)](https://www.npmjs.com/package/@unflakable/jest-plugin) | ||
[![Twitter Follow](https://img.shields.io/twitter/url?label=%40unflakable&style=social&url=https%3A%2F%2Ftwitter.com%2Fintent%2Ffollow%3Fscreen_name%3Dunflakable)](https://twitter.com/intent/follow?screen_name=unflakable) | ||
|
||
# Unflakable Plugin for Jest | ||
|
||
This Unflakable plugin enables users of the [Jest](https://jestjs.io) JavaScript test framework | ||
to quarantine flaky tests and track test results. | ||
|
||
Refer to the [Jest Plugin](https://docs.unflakable.com/plugins/jest) documentation for | ||
complete usage instructions. | ||
|
||
### Compatibility | ||
|
||
This plugin maintains compatibility with the Jest and Node.js versions listed below: | ||
|
||
[![27.0.0+](https://img.shields.io/badge/Jest-27.0.0%2B-C21325?logo=jest&labelColor=white&logoColor=C21325&style=flat-square)](#) | ||
[![26.0.0+](https://img.shields.io/badge/Jest-26.0.0%2B-C21325?logo=jest&labelColor=white&logoColor=C21325&style=flat-square)](#) | ||
[![25.1.0+](https://img.shields.io/badge/Jest-25.1.0%2B-C21325?logo=jest&labelColor=white&logoColor=C21325&style=flat-square)](#) | ||
<br/> | ||
[![18](https://img.shields.io/badge/Node.js-18-339933?logo=node.js&labelColor=white&logoColor=339933&style=flat-square)](#) | ||
[![16](https://img.shields.io/badge/Node.js-16-339933?logo=node.js&labelColor=white&logoColor=339933&style=flat-square)](#) | ||
[![14](https://img.shields.io/badge/Node.js-14-339933?logo=node.js&labelColor=white&logoColor=339933&style=flat-square)](#) | ||
|
||
## Contributing | ||
|
||
To report a bug or request a new feature, please | ||
[file a GitHub issue](https://github.com/unflakable/unflakable-javascript/issues). | ||
We also welcome pull requests! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<p align="center"> | ||
<a href="https://unflakable.com" target="_blank" rel="noopener" align="center"> | ||
<img src="https://github.com/unflakable/unflakable-javascript/blob/main/images/logo.svg?raw=true" width="350" alt="Unflakable" /> | ||
</a> | ||
</p> | ||
|
||
[![npm version](https://img.shields.io/npm/v/@unflakable/js-api.svg)](https://www.npmjs.com/package/@unflakable/js-api) | ||
[![Twitter Follow](https://img.shields.io/twitter/url?label=%40unflakable&style=social&url=https%3A%2F%2Ftwitter.com%2Fintent%2Ffollow%3Fscreen_name%3Dunflakable)](https://twitter.com/intent/follow?screen_name=unflakable) | ||
|
||
# Unflakable JavaScript API | ||
|
||
This package is used by the Unflakable JavaScript plugins to communicate with the Unflakable API. | ||
|
||
## Contributing | ||
|
||
To report a bug or request a new feature, please | ||
[file a GitHub issue](https://github.com/unflakable/unflakable-javascript/issues). | ||
We also welcome pull requests! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters