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
WARNING
Avoid using group with async functions or asynchronous code. If you do, k6 might apply tags in a way that is unreliable or unintuitive.
If you start promise chains or even use await within group, some code within the group will be waited for and tagged with the proper group tag, but others won’t be.
To avoid confusion, async functions are forbidden as group() arguments. This still lets users make and chain promises within a group, but doing so is unsupported and not recommended.
For more information, refer to k6 #2728, which tracks possible solutions and provides detailed explanations.
P.S
I'm not a k6 developer, just bumped into the same issue while using it
I'd like to use k6chaijs with browser k6 module, but I have observed that messages are printed in wrong order.
For example this test function:
Prints output like this:
Text from describe function is after assertion what is not expected
The text was updated successfully, but these errors were encountered: