Xray for Java-Cucumber + Jenkins

Moni Hazarika December 4, 2018

Only One test execution imported in Jira via Jenkin.

 

@Scenario2
Scenario Outline: Valid City Search
Given User navigate to openWeatherMap url <URL>
Then openWeatherMap page is displayed
When User enters vaild city <city>
When User clicks on search button
Then website successfully returns weather details for the city

Examples:
| URL | city | resultcount |
| https://openweathermap.org/ | Mumbai | 1 |
| https://openweathermap.org/ | Lon | 5 |

 

This Test Cases is exported from Jira xray, running two times. But after importing back to jira. Only One result is displayed

 

1 answer

0 votes
Damien November 20, 2019

Hi Moni,

I'm focusing on the fact that your test is running twice as we had the same behaviour too, and I'm trying to get a fix (see How-to-get-one-single-Cucumber-feature-for-several-requirements).

Could you tell us how many requirement issues (eg epics, stories, bugs, etc.) are tested by your test cases?

Thanks

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events