Versions Compared

Key

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

...

No Format
curl -H "Content-Type: application/json" -X POST -u user:pass --data @"data.json" http://jiraserver.example.com/rest/raven/1.0/import/execution/cucumber


Since the original feature was extracted from a Test Execution, the results will be updated on it (this happens because the .feature file contains the Test Execution's issue key as a tag). 


Info
titlePlease note

If the .feature was created by hand, or managed elsewhere outside of Jira, and it didn't contain the Test Execution's key, then a brand new Test Execution would be created.


Image Added


The execution screen details will not only provide information on the overall test run result, but also of each of the examples provided in the Scenario Outline.

 Image Removed

Info

The iconImage Removed represents the evidences ("embeddings") for each Hook, Background and Steps, but is only available for executions done in Xray v2.3.0 and above.

of the examples provided in the Scenario Outline and on the respective steps.


 



Info
titleLearn more

Please see Testing with Cucumber for an overview on how to use Cucumber Tests with Xray.


References

...