Skip to content
Discussion options

You must be logged in to vote

Although the documentation does not mention this (neither at Hooks nor at Asynchronous Bindings), but these are supported by Reqnroll!

I have just checked and this worked:

[BeforeScenario]
public async Task BeforeScenario()
{
    await Task.Delay(100);
    Console.WriteLine("hello");
}

@AdaskoTheBeAsT If you could help by extending the two mentioned documentation page with a note for this, that would be appreciated.

(Moved the topic to Q & A)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@AdaskoTheBeAsT
Comment options

AdaskoTheBeAsT Feb 21, 2024
Collaborator Author

@AdaskoTheBeAsT
Comment options

AdaskoTheBeAsT Feb 22, 2024
Collaborator Author

@gasparnagy
Comment options

Answer selected by gasparnagy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants