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
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.