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
Issue: Lets say I have 10 testcases. During the execution, for some reason testcase#5 failed and now its closing the crome and opening the new one to execute the testcase#6.
Expected behavior
It should execute testcase #6 from the same chrome where testcase#5 left instead of closing it. Its working like this in Playwright python and facing the issue with Playwright Js
Actual behavior
Its closing the chrome if any testcase got failed which is affecting all the upcoming testcases in the suite.