Após, substituir a url default do cypress pela adopet (https://adopet-frontend-cypress.vercel.app/) e salvar, no VS Code usar o comando npx cypress open selecionar o navegador Edge e o meu código rodar o teste o teste falhou e retornou essa mensagem: 1 visithttps://https://adopet-frontend-cypress.vercel.app/.cypress.io CypressError cy.visit() failed trying to load:
https://https//adopet-frontend-cypress.vercel.app/.cypress.io
We attempted to make an http request to this URL but the request failed without a response.
We received this error at the network level:
Error: getaddrinfo ENOTFOUND https
Common situations why this would fail:
- you don't have internet access
- you forgot to run / boot your web server
- your web server isn't accessible
- you have weird network configuration settings on your computer
describe('template spec', () => {
it('passes', () => {
cy.visit('https://https://adopet-frontend-cypress.vercel.app/.cypress.io')
})
})
Creio que fiz todas as configurações corretamente, porém por se tratar de um teste basal, provavelmente deixei algum ponto escapar ou simplesmente a URL já não existe mais