-
Notifications
You must be signed in to change notification settings - Fork 44
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
Allure-results can't be created if "context.skip" or "describe.skip" is presented in suite body #65
Comments
@Seitar18 Thank you for opening issue. It will require proper investigation if this could be fixed or workaround found. |
@Shelex thank you for your answer. |
When I was debugging such issue it helped me. When any other executable is scheduled after skipped test - allure results writer is fine. |
Thanks a lot[2]! |
@Seitar18 glad it helped! |
Addressed in 2.6.0. |
Allure-results can't be created for spec file if "context.skip" or "return this.skip();" at "before" hook are presented in suite body so it doesn't even appears as tests at allure report results when all specs passed. Mocha/mochawesome handle this correctly but this plugin unfortunately not.
Steps to reproduce:
Expected result
Plugin should correctly handle test statements and create corresponding test result:
Actual result
https://pastebin.com/hq7Xa59r- console output
Allure results wasn't created
hhttps://pastebin.com/1tC2inqjr- console output
Allure results wasn't created
Environment :
The text was updated successfully, but these errors were encountered: