As Cypress runs inside the browser, there will never be support for multiple browser tabs in Cypress (As per cypress's official documentation).
However, during testing, there may be instances when the application opens a link in a new tab, and it bec...