Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f2prateek/shampoo
Shampoo away your flaky scripts.
https://github.com/f2prateek/shampoo
Last synced: about 1 month ago
JSON representation
Shampoo away your flaky scripts.
- Host: GitHub
- URL: https://github.com/f2prateek/shampoo
- Owner: f2prateek
- Created: 2015-08-07T23:07:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T04:12:36.000Z (about 9 years ago)
- Last Synced: 2023-03-24T08:21:54.074Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Shampoo
=======Shampoo flaky tests. Runs the given command `n` times, failing if any iteration fails. Inspired by https://gist.github.com/JakeWharton/7fe7deb1f7f4a795c120.
Installation
============`go get github.com/f2prateek/shampoo`
Usage
======```
Shampoo.Shampoo away your flaky tests.
Usage:
shampoo [--iterations=] [--parallel] ...
shampoo -h | --help
shampoo --versionOptions:
-h --help Show this screen.
--version Show version.
--iterations= Number of iterations to run [default: 10].
--parallel Run in parallel.
```