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
When navigating to a URL that presents it with "Inspected target navigated or closed", the entire Test Runner crashes.
Desired behavior
Fail the test but not fail the test runner.
This happens in cypress open. In some cases it has been seen in the headless runner, but perhaps not with the replication steps below.
Test code to reproduce
describe('Test Crashes starting in Cypress version 13.3.2',()=>{it('Test Runner Crashes',()=>{cy.visit('https://mydc-staging2.mydirectives.com/sso/service-worker.js');})})
This started failing in version 13.3.2
Although there is likely something not-quite-right in the target URL, this defect is preventing us from upgrading to the latest versions of Cypress
The text was updated successfully, but these errors were encountered:
Current behavior
When navigating to a URL that presents it with "Inspected target navigated or closed", the entire Test Runner crashes.
Desired behavior
Fail the test but not fail the test runner.
This happens in
cypress open
. In some cases it has been seen in the headless runner, but perhaps not with the replication steps below.Test code to reproduce
Cypress Version
13.3.3
Node version
v16.16.0
Operating System
Windows 11 Pro -Version 10.0.22621 Build 22621
Debug Logs
Other
This started failing in version 13.3.2
Although there is likely something not-quite-right in the target URL, this defect is preventing us from upgrading to the latest versions of Cypress
The text was updated successfully, but these errors were encountered: