DATE:
AUTHOR:
The Launchable Product Team
CLI

Cucumber JSON reports are now supported

DATE:
AUTHOR: The Launchable Product Team

You can now submit JSON test reports from cucumber in addition to JUnit XML files. This is helpful if your team already uses JSON reports in your pipeline.

Just add the --json option when you run launchable record tests:

bundle exec cucumber -f json -o reports

launchable record tests --build <BUILD NAME> cucumber --json ./reports/**/*.json
Powered by LaunchNotes