You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During report generation, duplicate test scenarios in the project create problems as the unique id is being allocated with respect to the test scenario name.Is it possible to have a config option to not allow duplicate test scenario names.
The text was updated successfully, but these errors were encountered:
In our case,we are generating a junit report which will be exported to testrail after the run. The test-ids will be assigned uniquely depending on the test scenario name. If duplicates are present in the junit report, export will be failed.
Our Observation
When same test scenario is present in two different feature files, the duplication check is not working. There can be cases where this would be acceptable. But having a config option to determine if the duplication is allowed or not will be cool.
Each test case has name attribute, that is concatenation of feature name + scenario name, e.g. feature 1 › Check title.
Do you have duplicate feature names?
The problem
During report generation, duplicate test scenarios in the project create problems as the unique id is being allocated with respect to the test scenario name.Is it possible to have a config option to not allow duplicate test scenario names.
The text was updated successfully, but these errors were encountered: