Versions Compared

Key

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

...

Authentication: All endpoints use basic auth. Refer to https://assertthat.atlassian.net/wiki/pages/createpage.action?spaceKey=ABTM&title=Enable%20%26%20configure%20AssertThat%20Plugin&linkCreation=true&fromPageId=766738433 Enable & configure AssertThat Plugin to generate API access keys.

...

Name

Required

Type

Description

runName

No

String

The name of the run. Default Test run dd MMM yyyy HH:mm:ss

metadata

No

Json string

Metadata json

runId

No

Long

If submitting new report set to -1. If adding test results to existing should be set to the value return when submitting new report.

form-data: file

Yes

Json file

Cucumber json report file

type

No

String

One of: cucumber, karate. Defaults to cucumber.

customRunId

No

String

Overrides runId. Should be unique between test runs and same for aggregating results into same execution.

jql

No

String

JQL filter for updating status of scenarios linked to certain issues

...