Release 1875
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