Generate report.json in Cucumber JSON output format #113
malindajudo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please I want to know whether Is it possible to generate the report.json in Cucumber JSON output format ? I need this to upload details to JIRA Xray test executions via multipart API (https://docs.getxray.app/display/XRAYCLOUD/Import+Execution+Results+-+REST+v2#ImportExecutionResultsRESTv2-CucumberJSONresultsMultipart) and it's expecting the report.json in cucumber json format.
In behave we can give the format as below but I don't see that option in behavex
behave -f cucumber_json:PrettyCucumberJSONFormatter -o cucumber_report.json
Beta Was this translation helpful? Give feedback.
All reactions