Open
Description
Preconditions
- Magento 2.3.4-p2
- PHP 7.2
- MFTF 2.5.3
Steps to reproduce
- Run any MFTF test.
Expected result
- xUnit-compatible results are written somewhere.
Actual result
- Only Allure-compatible results are written to
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...?