Skip to content

Commit fc0de75

Browse files
committed
Add test cases
1 parent feb2e74 commit fc0de75

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test/test.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"testCases":{
3+
"get_api":{
4+
"path": "/books/1"
5+
},
6+
"post_api":{
7+
"path": "/books/1",
8+
"method": "POST"
9+
}
10+
},
11+
"url": "localhost:3000"
12+
}

0 commit comments

Comments
 (0)