You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing this you'll want to define an output path in your codeception.yml's settings:
paths:
output: tests/_xml
In some instances you may also want to use strict jUnit formatting (like with Jenkins). In those cases you'd need to turn the strict_xml setting on in the codeception.yml file:
Preconditions
Steps to reproduce
Expected result
Actual result
dev/tests/acceptance/tests/_output/allure-results
.Background
Bitbucket Pipelines only supports xUnit-compatible test reports.
Since Codeception comes with JUnit XML output, this could be "easy" to implement...?
The text was updated successfully, but these errors were encountered: