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

afterEach is not executed for failed tests #1

Open
piotrminkina opened this issue Oct 1, 2023 · 0 comments
Open

afterEach is not executed for failed tests #1

piotrminkina opened this issue Oct 1, 2023 · 0 comments

Comments

@piotrminkina
Copy link

Hello

I noticed that the afterEach method is not executed when a test case fails. Because of this behavior, there is no way to clean up after a test case. As far as I can see, the reason is the following line of code.

continue

A similar situation will happen when an error occurs at the stage of the beforeEach method.

Regards
Piotr Minkina

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant