testingcypressend-to-end

Cypress, cy.visit() failed trying to load ESOCKETTIMEDOUT


works on www.github.com

cy.visit() failed trying to load ESOCKETTIMEDOUT

but not on other websites


Solution

  • from: https://github.com/cypress-io/cypress/issues/7062

    1. increase timeout

      cy.visit('https://github.com/', { timeout: 30000 })