Introduction Currently, I have a working Gitlab pipeline which which fetches, downloads the .feature file from Cucumber framwork, executes the test and upload the results back to JIRA. The JIRA environment is equipped with XRAY plugin as well. This is no issues in that.
Looking for support in
However, there is a new requirement that
- After downloading the feature file, all the test cases which are orphan or not mapped, needs to mapped to the test repositories which is already created in JIRA (Not sure if this is even possible or not)
Already tried Have already tried searching for a solution in JIRA and Gitlab forums, but was not able to find any relevant post for the same.
has anyone worked on a similar requirement ? What can be done to achieve this ?
TIA