Generating cucumber results file
Hi,
We need to generate a Cucumber results file to upload test results to our test management system. We were using SpecFlow+Runner with custom report format for this purpose but it will not be maintained anymore. Is there a way to generate Cucumber results via another unit test runner that SpecFlow supports?
-
We need to generate a Cucumber json result file in order to upload the test execution results to Xray plugin. The project source code in our company has been migrated to .Net 6 and now with the annoucement that SpecFlow+Runner is out of maintenance we wonder if there is another way to generate the cucumber json result file.
Any idea on how we can achive the generation of the cucumber result file?
0 -
The SpecFlow+ LivingDoc CLI has a parameter (https://docs.specflow.org/projects/specflow-livingdoc/en/latest/LivingDocGenerator/CLI/livingdoc-feature-data.html) to put all data for the report into a JSON file.
As it is the source for LivingDoc, I would assume it should contain enough information to generate the cucumber JSON report.
0 -
Same concern here. The JSON format of LivingDoc is not compatible with XRay (expecting a Cucumber JSON Format).
https://docs.getxray.app/display/XRAY/Integrating+with+Testing+Frameworks1 -
Carl Fontaine I never said the Json Format from LivingDoc is compatible to Xray.
I suggested generating the cucumber json format out of the json file from SpecFlow+ LivingDoc.
0
Please sign in to leave a comment.
Comments
4 comments