Hi,
I am facing an issue while updating the test results in JIRA after executing the scripts
Here is an example scenario outline
Given I am on the all plan types page in the "stage" environment
When I am at "Particular" tab on all plan types page
Then the level of coverage "<level>" is visible and "<selection>"
Examples:
|level |selection |
|Individual |Selected |
|Individual + 1 |Unselected |
|Family |Unselected |
Execution was success and the screenshot is attached (passed.png)
But the status of examples are in TO DO list.
Is there a way to update this status.