All Questions
5 questions
0
votes
2
answers
555
views
Importing Testim Junit xml to Xray failed with message Error creating issues in Jira
I'm trying to import JUnit XML generated through Testim with Jenkins and received following error.
Starting XRAY: Results Import Task...
##########################################################
#### ...
0
votes
1
answer
615
views
User-friendly vs. generated name and classname in JUnit XML for import to XRay
Using pytest-bdd with the JUnit argument to produce a nice JUnit XML report.
I then use a cURL command to import the test to XRay, the Atlassian Jira extension.
Jira is running on a server running on ...
0
votes
1
answer
2k
views
Importing JUnit XML to XRay using the REST API - What is the Root Cause for "Error assembling issue data: Field customfield_11033"
Based on documentation here, I tried to import my JUnit-style XML using the following inputs.
curl -H "Content-Type:multipart/form-data" -u mylogin:mypassword -F "[email protected]" ...
2
votes
1
answer
3k
views
JUnit 5 report to json or test runner with json reporting
I have a test documentation tool which accepts reports in XML and JSON. I need to attach screenshots to every test case even the passed ones. Unfortunately, the tool (xRay for Jira) can only digest ...
0
votes
2
answers
662
views
Format Squish tool report to robot framework report
We are using XRay's cloud APIs to upload execution reports to change the execution status of test cases. But the execution report is generated from Squish tool but not from robot framework or cucumber ...