jenkinsci / xray-connector-plugin

Xray Test Management Connector for Jenkins
https://plugins.jenkins.io/xray-connector/
MIT License
16 stars 13 forks source link

XrayImportFeatureBuilder update the given xray issue, not create a new xray or update the linked xray test #71

Open AnthonyTonda opened 1 year ago

AnthonyTonda commented 1 year ago

What feature do you want to see added?

given the feature having the xray test annotation when i import with XrayImportFeatureBuilder then i observe that a new xray test is created, having the given feature, linked to the given xray test but, why to have two xray tests ? and, i would expect that the given xray test is update with the given feature.file.

Upstream changes

No response

AnthonyTonda commented 1 year ago

is this page : https://docs.getxray.app/display/XRAY32/Importing+Cucumber+Tests+-+REST, is updated ?

bitcoder commented 1 year ago

is this page : https://docs.getxray.app/display/XRAY32/Importing+Cucumber+Tests+-+REST, is updated ?

@AnthonyTonda, the latest documentaton is this https://docs.getxray.app/display/XRAY/Importing+Cucumber+Tests+-+REST

bitcoder commented 1 year ago

What feature do you want to see added?

given the feature having the xray test annotation when i import with XrayImportFeatureBuilder then i observe that a new xray test is created, having the given feature, linked to the given xray test but, why to have two xray tests ? and, i would expect that the given xray test is update with the given feature.file.

Upstream changes

No response

Can you give a concrete example of the .feature file you aim to import and what you would expect to have? In Xray, each Scenario/Scenario Outline will be mapped to a Test issue, by design.