We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" }
The text was updated successfully, but these errors were encountered:
you are probably doing api-test -f test1.json test all
api-test -f test1.json test all
but you need to do
api-test -f test1.json run all
Sorry, something went wrong.
No branches or pull requests
hi, im trying to do the same way as example but ended with this.
my json file
The text was updated successfully, but these errors were encountered: