Linked Questions

Popular Questions

Cypress : Not able to launch URL using cy.visit

Asked by At

I am trying to visit one URL which is my company's internal application using cypress automation. I am able to launch it manually. BUt with cy.visit() produces following error.

PLease note : though it's an internal application , I can still access it from outside.Please help

Cypress version:3.1.3 NPM : 6.5.0 OS:Windows 7

enter image description here

Related Questions