Skip to content

Commit 3415395

Browse files
add README.md
1 parent 109e7e5 commit 3415395

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

Diff for: README.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# wilson
2+
**wilson** - quickly write tests for APIs using JSON configs
3+
4+
# Installation
5+
6+
```
7+
go get github.com/abhisheksoni27/wilson
8+
```
9+
10+
This will install the `wilson` command in your `GOBIN`
11+
12+
# Usage
13+
wilson [command]
14+
15+
### Available Commands
16+
`help` Help about any command
17+
18+
19+
`run` run all tests in config directory
20+
21+
### The run command
22+
run all tests in config directory
23+
24+
**Usage:**
25+
26+
```
27+
wilson run [flags]
28+
```
29+
30+
**Flags:**
31+
32+
`-c, --config` **string** _config directory (default is $HOME/.wilson/)_
33+
34+
35+
`-m, --max-tests-at-a-time` **int** _max-tests-at-a-time number of tests to run in parallel (default 4)_

0 commit comments

Comments
 (0)