Xray-App / xray-maven-plugin

Xray Maven Plugin
BSD 3-Clause "New" or "Revised" License
26 stars 12 forks source link

Add support for 1.0 Raven #57

Closed AddisonSnyder closed 1 year ago

AddisonSnyder commented 1 year ago

https://github.com/Xray-App/xray-maven-plugin/blob/main/src/main/java/app/getxray/xray/XrayResultsImporter.java#L460

Certain framework specific endpoints (i.e. cucumber) don't work well or don't seem to be supported on 2.0. Can we have an option to override the 2.0 back to the 1.0 API?

bitcoder commented 1 year ago

https://github.com/Xray-App/xray-maven-plugin/blob/main/src/main/java/app/getxray/xray/XrayResultsImporter.java#L460

Certain framework specific endpoints (i.e. cucumber) don't work well or don't seem to be supported on 2.0. Can we have an option to override the 2.0 back to the 1.0 API?

Hi, can you please clarify which endpoints don't work well exactly? I think if there's a problem in 2.0, those should be addressed; I'm not aware of anything in particular

bitcoder commented 1 year ago

closing for lack of feedback