-
Notifications
You must be signed in to change notification settings - Fork 65
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
Test doesn't wait when async step finishes #303
Comments
It's seems that you are using tis lib https://github.com/unickq/allure-nunit |
Yes, I have just notices, that those lib was integrated in this project. |
Acknowledged. Working on a fix. |
Hello everyone! |
overlord
added a commit
to overlord/allure-csharp
that referenced
this issue
Dec 29, 2022
overlord
added a commit
to overlord/allure-csharp
that referenced
this issue
Dec 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a ...
The following test fails because it doesn't wait when the step finishes.
I expect that the async step should finish before assertion because I use
await
.If I comment the attribute
[AllureStep("Step1")]
then the test works as expected. Like this:The text was updated successfully, but these errors were encountered: