Skip to content

Test case not found #33

@dhodyrahmad

Description

@dhodyrahmad

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions