Has anyone been able to get tests integrated with ...
# help
p
Has anyone been able to get tests integrated with AWS CodeBuild? Codebuild requires that the output format be in Cucumber-json or a few different xml formats. Is this possible to do? To be clear, I can run the tests just fine. It's just that the json output isn't useable by CodeBuild Reports.
c
We don't currently have support for producing Cucumber or XUnit output formats. It's something we would like to do at some point though.
p
Thanks. That would be a super helpful feature to have.