Visualise Cucumber test reports in pipeline view and/or Merge Requests
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Proposal
Given the widespread use of Cucumber for BDD testing, it would be useful for GitLab CI to be able to handle the report files similar to the way it does with JUnit test results.
Currently, all we can do is store the report files as artifacts, or publish the HTML files using gitlab pages, but this does not work well for a multi-branch model
Ideally, cucumber test stats would be visible in the 'tests' tab of the pipeline view and as a section in the merge request view.
We have found this cucumber-junit-convert npm package, but it would be better if Cucumber is supported out of the box like JUnit.
Edited by 🤖 GitLab Bot 🤖