-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracing Options (--steps/--debug/--verbose) No Longer Provide Step-by-Step Output Starting from "allure-codeceptjs v3.0.0-beta.10" #1167
Comments
@zyab1ik Since 3.0.0-beta.10, allure-codeceptjs integration was reworked. Now, it uses a Mocha reporter underneath (taking allure-mocha as a baseline) and enriches the report using some Codeceptjs events. I honestly don't know the |
@baev However, when using the Allure adapter together with CodeceptJS above the version Could you suggest a solution to this? Is there any way to fix it? |
@zyab1ik thanks According to codeceptjs/CodeceptJS#698 (comment), the console output will not work if a custom reporter is used. Since Allure currently overrides the specified reporter configuration, the options mentioned above will not work. The CodeceptJS team suggests using the We plan to provide |
Hi, @zyab1ik |
Describe the bug
In allure-codeceptjs 3.0.0-beta.10, when running tests with the --steps or --debug options, the expected step-by-step output is no longer shown
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests should display step-by-step reports with trace options
Screenshots
"allure-codeceptjs": "3.0.0-beta.10":
"allure-codeceptjs": "3.0.0-beta.9"
Additional context
This issue started with allure-codeceptjs version 3.0.0-beta.10 and persists in the latest version. The expected step-by-step output for the --steps and --debug options does not work
The text was updated successfully, but these errors were encountered: