Can't get test body for Allure reports using Codeception adapter (v.1.5.2) #1592
Unanswered
fifle
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👋
I’ve got a question related to connecting Allure adapter for Codeception (v 1.5.2). I’ve set it up for the project (followed same settings as it’s shown for demo project on Github) (see screenshot #1), but it looks that it doesn’t really fetch test result data from .XML file generated under allure-results folder (see screenshot #2). The .xml itself has all the steps and failure details, while the report misses all this data, except the one indicated within Codeception’s report.xml - Cest name and status. (see screenshot #3)
What could be wrong here? Should I somehow manipulate with outputDirectory for that?
Configs for Allure are stored in acceptance.suite.yml :
The command for running tests:
docker-compose exec tests codecept run acceptance BrandAmbassadorCest --env chrome --steps --xml --html
The command for running Allure server locally:allure serve tests/_output
Screenshots: available here on Imgur
Beta Was this translation helpful? Give feedback.
All reactions