Skip to content
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

Fix missed steps in case of BeforeAll failure in JUnit Platform #878

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

prafair
Copy link
Contributor

@prafair prafair commented Feb 6, 2023

Context

Fix #443.
All unit tests passed.
Added new unit test for @BeforeAll case, renamed two others (for @BeforeEach/@AfterEach).
Bonus: small typo fix in readme (yaml -> yml).

Checklist

@github-actions github-actions bot added the theme:junit-platform JUnit 5 related issue label Feb 6, 2023
@prafair
Copy link
Contributor Author

prafair commented Feb 6, 2023

@baev please check =) I think it's critical bug for JUnit 5 users (=

@baev baev added the type:bug Something isn't working label Feb 7, 2023
@baev baev changed the title Now in @BeforeAll steps are displayed (fixes #443) Fix missed steps in case of BeforeAll failure in JUnit Platform Feb 7, 2023
@baev baev merged commit dda6876 into allure-framework:master Feb 7, 2023
@korpus95
Copy link

korpus95 commented Feb 7, 2023

@prafair thank you very much, your fix helped a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme:junit-platform JUnit 5 related issue type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Junit 5] Steps are missing in report in case if test failed in @BeforeAll()
3 participants