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
The test.onStarted callback is not finished, but the feature.onStarted is already called.
Also, as I understood none of them are awaited. So what is the point of making them async?
My goal is to report data to the server, and I need to receive IDs for each feature, scenario, and step and later use these ids to finish them on the server.