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?
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.