Skip to content

Commit

Permalink
Add installation command to the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaster1 committed Jul 15, 2024
1 parent faf20ef commit be561b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

A tool to ergonomically repeat a specific TestCafe test and skip other tests. Useful for debugging unstable tests.

## Installation

```lang: shell
npm i @klaster_1/testcafe-repeat-test
```

## Usage notes

Test repeater only works if you use the globally available function and do not import it from TestCafe:
Expand Down

0 comments on commit be561b1

Please sign in to comment.