You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicate of #2235
We won't implement it because forcing all tests to be declared synchronously helps reporters and third party tooling e.g. know the number of tests upfront.
But Top-level await may soon offer an alternative for use cases where this feature would help with readability.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🚀 Feature Proposal
Allow async callback to describe
Motivation
I think it will be usefull to load async data in describe and then use in test.each or descibe.each (for example some ElementHanldes from pupeteer)
Example
The text was updated successfully, but these errors were encountered: