Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 --version

Options:
-h --help Show this screen.
--version Show version.
--iterations= Number of iterations to run [default: 10].
--parallel Run in parallel.
```