XRay - Import Cucumber Execution Results with Jira Data center is failed with 400 bad request

Jyothish PA
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 1, 2023

Configuration

<plugin>
<groupId>app.getxray</groupId>
<artifactId>xray-maven-plugin</artifactId>
<version>0.7.3</version>
<configuration>
<cloud>false</cloud>
<jiraBaseUrl>https://jira.<xyz>.com</jiraBaseUrl>
<jiraUsername>uname</jiraUsername>
<jiraPassword>pwd</jiraPassword>
<projectKey><projectKey></projectKey>
<testPlanKey><testPlanKey></testPlanKey>
<reportFormat>cucumber</reportFormat>
<testInfoJson>target/cucumber-reports/CucumberTestReport.json</testInfoJson>
<reportFile>target/cucumber-results.xml</reportFile>
<abortOnError>false</abortOnError>
<testExecInfoJson>target/cucumber-reports/testExecution.json</testExecInfoJson>
</configuration>
</plugin>

 

Test ran successfully but repot generation failed

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events