Mike McCready
Mike McCready
@esbarila After the page http://tutorialspoint.com/html/html_iframes.htm displays in the Cypress app and the clock stops counting, it is continually contacting tracking sites . When I left it like this using the...
@esbarila The problem with http://tutorialspoint.com/html/ occurs in the Cypress app (started with `cypress open`). After the page has displayed, it continues indefinitely with network activity and the Cypress app records...
@esbarila > On my end, `npx cypress run` keeps timing out at cy.visit() with the test running headed or on the background. I could only get a timeout to show...
@lmiller1990 After adding the following `blockHosts` array to `cypress.config.js` for http://tutorialspoint.com/html/, the calls were replaced with HTTP `503` responses and the test in the Cypress app ran through. ``` blockHosts:...
@charan030 > I too getting same error while I tried to run through CI. If you find any solution kindly respond to this issue. What is the URL of the...
@esbarila Is there anything more to be done with this issue? It seems it could be closed now.
@TomMaher-EUSL I cloned your repo and it worked for me, also on Windows 11, so I can't explain why it didn't work for you unfortunately.
If you need some interactive help, you may be interested in the Cypress technical community on Discord [](https://on.cypress.io/discord)
@TomJMaher My apologies! I was not using exactly your repro steps. When Cypress is started using `npx ng e2e` the wrong value of `baseUrl` is used. I used instead `npx...
@TomJMaher It looks like this is a consequence of Cypress Angular integration, otherwise the file `angular.json` would have no influence when executing `npx cypress open` or `npm run cypress:open` In...