Mike McCready

Results 2194 comments of Mike McCready

@SimonGiraudMVMS > i cannot run with debug log because the window close itself Do you see a log in the Terminal window you used to start Cypress? You may also...

@esbarila You would normally want to set `baseURL: 'http://tutorialspoint.com/'` then use `cy.visit(/html/html_iframes.htm)` There is no `cy.visit()` timeout in this case, however you would then need to deal with accepting cookies....

@esbarila You may run into other issues, like uncaught exceptions, however when I tried it out, the page loaded: ![image](https://github.com/cypress-io/cypress/assets/66998419/90b4324c-2ae1-4de1-92f3-e50545cae8f8) Are you testing this page as a learning exercise or...

@esbarila In your https://github.com/esbarila/AutoFi-Zygmus-challenge/tree/main/cypress repo you try to `.click()`, however the cookie pop-up prevents that. Cypress issues are intended to report bugs and I don't think that you have found...

@esbarila Your test as you provided it in the repo https://github.com/esbarila/AutoFi-Zygmus-challenge/tree/main/cypress fails with the error logged below: ``` $ npx cypress run DevTools listening on ws://127.0.0.1:49871/devtools/browser/94842fd4-6770-4d37-aabd-d4c3ba983a2e ==================================================================================================== (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐...

@esbarila I'm sorry that I cannot help you further. After I corrected the test error, the test ran successfully. `cy.visit()` worked. I do not know why it does not work...

@esbarila > but it would be useful to know which versions of Cypress Node you used. Also which OS You can see the versions in the log I posted. The...

@dsolisp > the issue is very reproducible, as it says > > there is no much code to add, just do a cy.visit() and for some reason when testing some...

@dsolisp I have now seen this issue happening for https://www.saucedemo.com/ so I will see what I can find out.

@dsolisp I found the following, testing on Windows 11 1. `npx cypress run --e2e --browser electron` runs without issue 2. `npx cypress open --e2e --browser electron` then select and run...