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
I have a scenario where two set of tests are running in parallel in different folders. I am trying to call /reset from each set. However, in order to make it work, I need to lock mocks created from each scenario. To achieve it, the /lock api needs the mock id, but the /mocks creation api does not return this id. How can I obtain it? or how can I tackle this issue?
Thanks.
The text was updated successfully, but these errors were encountered:
I have a scenario where two set of tests are running in parallel in different folders. I am trying to call /reset from each set. However, in order to make it work, I need to lock mocks created from each scenario. To achieve it, the /lock api needs the mock id, but the /mocks creation api does not return this id. How can I obtain it? or how can I tackle this issue?
Thanks.
The text was updated successfully, but these errors were encountered: