google / google/wireit

Multiple iterations and flake detection

Open
#72 1 comment 0 reactions 1 assignee Claimed by @rictic View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.