We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdeca8 commit 0c4a698Copy full SHA for 0c4a698
template.json
@@ -0,0 +1,38 @@
1
+{
2
+ "name": "My API test",
3
+ "testCases": {
4
+ "test_case_1": {
5
+ "path": "/path_1",
6
+ "method": "POST",
7
+ "description": "Best POST api",
8
+ "body": {
9
+ "value": 1
10
+ },
11
+ "header": {
12
+ "X-per": "1"
13
+ }
14
15
+ "test_case_2": {
16
+ "path": "/path_2",
17
+ "method": "GET",
18
+ "description": "Best GET api",
19
+ "query": {
20
21
22
23
+ "test_case_3": {
24
25
+ "method": "DELETE",
26
+ "description": "Best DELETE api",
27
28
29
30
31
32
+ "url": "localhost:3304",
33
+ "accessToken": "12",
34
+ "idToken": "12",
35
36
+ "Authorization": "Bearer <ACCESS_TOKEN>"
37
38
+}
0 commit comments