Skip to content

Release 1875

Choose a tag to compare

@github-actions github-actions released this 04 Aug 08:44
def4219

Problem

Outputting the cucumber reports as JUNIT and saving them as artifacts.

Solution

Cucumber tests do not support the format rspecsonarqubeformatter, so changed to junit, which requires an output of a directory rather than a file.

Review

This change does not impact the application