Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

View file
nameassertthat-bdd-server.postman_collection.json
View file
nameassertthat-bdd-server.postman_collectionenvironment.json
View file
nameassertthat-bdd.postman_environmentcollection.json

Downloading features

...

Code Block
{
  "featureName": "Feature name",
  "scenarioName": "Scenario Name",
  "issueKey": "XXX-123",
  "comment": "comment",
  "status": "NOT_RUN | PASSED | FAILED | IN_PROGRESS | SKIPPED | PENDING | UNDEFINED"
}

Get test runs

Cloud:

GET /rest/api/1/project/{projectId}/report/runs

...