Test Cases Cancelled Despite Successful Script Execution

I am getting my test cases as cancelled even though, in the logs i can all of my script has executed

Hi Devan,

Thanks for asking,

This discrepancy might be due to a failure to close the driver properly. Ensure you terminate the driver using driver.quit() or browser.close() for Playwright to avoid such issues. Properly closing the driver is crucial for test case completion and accurate status reporting.

Hope this response will resolve your query keep testing :heart: