File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,20 @@ A simple bash script to test JSON API from terminal in a structured and organize
1111
1212## Installing
1313
14+ ``` sh
15+ curl -LJO https://raw.githubusercontent.com/subeshb1/api-test/master/api-test.sh
1416```
15- curl https://raw.githubusercontent.com/subeshb1/api-test/master/api-test.sh
17+
18+ ``` sh
19+ chmod +x api-test.sh
20+ ```
21+
22+ ```
23+ mv api-test.sh /usr/local/bin/api-test
24+ ```
25+
26+ ```
27+ api-test --help
1628```
1729
1830### Alternate Approach
@@ -92,3 +104,9 @@ api-test -f test.json run test_case_1 # running single test case
92104api-test -f test.json run test_case_1 test_case_2 # running multiple test case
93105api-test -f test.json run all # running all test case. WARNING: Don't name a test case `all`
94106```
107+
108+ ## Uninstalling
109+
110+ ```
111+ rm /usr/local/bin/api-test
112+ ```
You can’t perform that action at this time.
0 commit comments