-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
hi, im trying to do the same way as example but ended with this.
Testing Case: test_case_1
No test cases found
Total tests: 0
Total success: 0
All tests ran successfully!
my json file
{
"name": "My API test",
"testCases": {
"test_case_1": {
"path": "/api/posts",
"method": "POST",
"description": "POST API",
"body": {
"title": "This is first post",
"description": "This is first description"
},
"header": {
"Accept": "application/json",
"Content-Type": "application/json"
}
}
},
"url": "http://localhost:80"
}
Metadata
Metadata
Assignees
Labels
No labels