I am trying to add test cases as well along with the test executions through the zephyr automation. what are the keywords I should specify in the xml? how it will my xml data in zephyr?
I have a Cypress test suite that creates an xml report upon completion. I then import those test results using the /api/v2/import/execution/junit endpoint. This is functioning, but the r...
Hi, I wanted to implement pre-commit hook for testing junit execution and block the commit below a % coverage or for failures. Any existing solution or suggestion for implementing?
We are trying to see if Junit threshold integration can be possible within the bamboo pipelines. We are trying to implement a certain threshold limit for Junit test cases in Bamboo p...
Hi! We are using Xray in our Jira Cloud project. Through the Xray REST API we imort the test results after a successful build of our Kotlin Spring Boot project in the format of junit xray e...
Failures in my JUnit test results are not recognized by Bitbucket Pipelines. The results file is created via fastlane (swiftlint) and looks like this: <?xml version="1.0" encoding="utf-8"?&g...
I've been making tests for our scriptrunner scripts using it's built in testing functionality. However there seem to be an isuse if a script is i'm testing is changing the issue assignee. In the "the...
Hi all, I am trying to import a JUnit file, where it has to address a custom field called "Team". I was trying to use the documentation here: https://docs.getxray.app/display/XRAY/Taking+a...
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 "file=@output.xml" https://jira.nayax...
CTest, as part of CMake, is a test runner which generates xml reports. Starting with the 3.21 version, they support JUnit generation. However, this is not detected by bitbucket, in which after a p...
We are using Bamboo Built in Maven task to compile java code , run tests and Junit Parser to parse the test results as shown below Stage 1 &n...
...un the Junit tests 4. Run Integration tests 5. Run Instrumentation tests or Espresso Tests on firebase test device 6. Push the apk to AppCenter 7. Generate Report I tried t...
This question is about the junit import in the xray test management plugin. After some automated tests I have a junit result file (from pytest). I'd like to upload the results to xray via its v2 a...
since this states like 500 times that "This macro was intentionally excluded from the new editor and will be deprecated from the legacy editor soon." Are there any plans to bring that back? or ...
The same solution was provided by a JUnit macro but it was supported in legacy editor and removed from the new editor. I need a similar solution or workaround to add JUnit report (XML) to a...
HI all I am facing issue while writing Junit for Atlassian – bitbucket plugins custom class. Can some help on this? ----------------------------------------------------------- I am d...
{ "error": "Missing data in the junit results import request" } i get above error when i try to import JUNIT execution results using XRA Cloud API https://xray.cloud.xpand-it.com/a...
Hi, in my Ant script, I use the following code to run junit tests: <junitlauncher haltOnFailure="true" printSummary="true"> <classpath refid="test.classpath"/> <t...
Hello, I have a JUnit parse step, which awaits for test results, but according to build script configuration the tests are not always generated. Is there possibility to not fail build, if t...
In our project we are using a set of products: Jenkins + Jira + Xray plugin. I can obtain complete reports on Jenkins's side by using Allure framework (generates from junit xml). But the main p...
i have result.xml file in a different directory but jUnit Parser searches for that xml file in different directory(working directory). Can i configure the path for it? result.xml is in the home d...
How to execute Java Selenium Scripts from other server I have bamboo CI/CD pipeline setup and want to execute java Selenium test that is located in another window server. My question is how to...
Hello All, I'm using Xray's REST API to import JUnit test results to JIRA. The problem is that the Tests have to be created and the Description field is required. { "t...
...esults. Are they talking about the test results generated by xUnit.net? JUnit? Microsoft TRX? The xml I'm getting back is <?xml version="1.0" encoding="utf-8"?><assemblies timestamp="0...
...atching method name filter from org.junit.runner.Request$1@3af039ed at org.junit.internal.requests.FilterRequest.getRunner(FilterRequest.java:40) at org.junit.runner.JUnitCore.run(JUnitCore.java...
Copied to clipboard