Multiple iterations and flake detection
Open
- Dominant language
- TypeScript
- Stars
- 6.4k
- Forks
- 128
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
It could be useful to sometimes run a script multiple times. For example, to detect a flaky test, maybe something like this:
```sh
npm test -- --detect-failure-rate --iterations=10
```
This would run the script 10 times, and then report the % of times it failed at the end.
Contributor guide
Assessment
This issue has not been assessed yet.