gemini-testing / testplane

Testplane (ex-hermione) browser test runner based on mocha and wdio
https://testplane.io
MIT License
687 stars 62 forks source link

fix: correctly generate test x request id for each test in one browser #825

Closed DudaGod closed 8 months ago

DudaGod commented 8 months ago

In previous PR - https://github.com/gemini-testing/hermione/pull/819 I did not take into account the case with the correct specification of testXReqId when using the same browser for several tests. The problem was that the browser was cached and its field testXReqId was not modified for next test.