andreilaptev1

Results 7 comments of andreilaptev1

@pavandixit93 probably yes. The weird thing is Mac users do not face this issue in our app. Furthermore, once I create new Cypress project outside of main app, it works

Once I create an example repo, it works fine. The issue is Cypress does not work on our company app, and I may not share code. Thinking it might has...

Solution found: in cypress.json I set up supportFile as "false" and magic happened

@pavandixit93 yep, I've seen that. In this case, code doesn't recognize functions from imported modules. So far having no answer, will continue investigation. Should you find a solution first, please...

We even do not have this code, just import './commands'; import '@cypress/code-coverage/support'; Later this .ts file is being recompiled to .js and put into /dist folder