I have written some test cases and i wanted to execute this test result to Jira/Xray. I didnt find any dart plugin for make json and import that result with xray api within github workflow. Is there are any dart plugin or way we can achieve this? Any Help and suggestion would be appreciate. Thanks
I did try with JUnit output format but i wanted to achieve this with Xray Json api format api which is /rest/raven/1.0/import/execution.
Currently, there is no dart plugin (at least that I'm aware of) to generate Xray JSON reports. However, you can integrate with Xray using JUnit XML reports as shown on the tutorials ahead. This will allow you to autoprovision Test issues whenever importing test results (if needed), and also track their overall status (e.g., pass/fail).