Xray-App / xray-junit-extensions

Enhanced JUnit 5 integration with Xray Test Management for Jira
Eclipse Public License 2.0
16 stars 8 forks source link

obtain datasets from Xray #10

Open bitcoder opened 2 years ago

bitcoder commented 2 years ago

Provide the ability to obtain datasets from Xray and inject them on the automated tests. This would require a Xray client API implementation though, along with its configurations.

Would the xray-maven-plugin project be a better fit? Or maybe extract the client side code from that project to a maven artifact. To think..