Skip to content

Commit

Permalink
add gql default test
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaliMatharaarachchi committed Apr 1, 2024
1 parent c491d80 commit fc3258a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Feature: Generating APK conf for GraphQL API
| 429 |
| 500 |
And the response body should contain "\"name\":\"string\""
Then I set headers
| Authorization | bearer ${accessToken} |
And I send "POST" request to "https://default.gw.wso2.com:9095/graphql" with body "{\"query\":\"{ allHumans { name } }\"}"
And I eventually receive 200 response code, not accepting
| 429 |
| 500 |
And the response body should contain "\"name\":\"string\""

Scenario: Undeploy API
Given The system is ready
Expand Down

0 comments on commit fc3258a

Please sign in to comment.