We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109e7e5 commit 3415395Copy full SHA for 3415395
README.md
@@ -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