George Ashton

Results 26 comments of George Ashton

Setup Cypress Action for first time in our project and same error: ``` ENOENT: no such file or directory, stat '/home/runner/work/core-cypress/core-cypress/cypress/videos/core/login.cy.ts-compressed.mp4' Error: ENOENT: no such file or directory, stat '/home/runner/work/core-cypress/core-cypress/cypress/videos/core/login.cy.ts-compressed.mp4'...

This isn't specific to the Java client. Seeing the same issue on a JavaScript project, also old regression test that has been passing fine for a long time until recently....

Downgrading to Appium 1.17.0 has resolved the issue for me. Can we move this issue over to the main repo? @mykola-mokhnach

@mykola-mokhnach The iOS page that had this issue has two elements only, text input and a button. Like the OP, the regression test and actual UI hasn't changed in months....

What details? I have never heard of page source output in the context of an iOS Application. Logs show one element is found. Downgrading is what fixed the issue, I...

> Yeah this has been happening to me where it refreshes dozen of time during midroll ads that are being blocked. Please update, it annoys the f... outta me Yeah,...

> Hi @GeorgeXCV > > It sounds like the preprocessor isn't set up correctly. > > Can you show what you've got in your `cypress.config.ts` file please? I lost my...

> Hi @GeorgeXCV > > Can you try reinstalling the plugin? Tried that already along with `npm install`.

> Can you give me the version of cypress-tags and Cypress that you're using? ``` "cypress": "^10.1.0", "cypress-tags": "^1.1.1", ``` > And can you confirm Cypress is working as expected...

@annaet Thanks, seems to work now! Although I have one last issue, I get this error when running tests: `SyntaxError: 'import' and 'export' may appear only with 'sourceType: module'`. It...