Mike McCready
Mike McCready
- I have submitted https://github.com/cypress-io/cypress/pull/31784 for consideration by the Cypress.io team to provide a way forward in resolving this issue. - In the PR, if the Cypress download module detects...
This issue has been automatically closed because the PR https://github.com/cypress-io/cypress/pull/31784 to allow installing Cypress on [Windows Arm-based PCs](https://support.microsoft.com/en-us/windows/windows-arm-based-pcs-faq-477f51df-2e3b-f68f-31b0-06f5e4f8ebb5) has now been merged. I would expect it to be part of...
@saschanaz Thanks for your status! I see you are using [Cypress 13.3.0](https://docs.cypress.io/app/references/changelog#13-3-0) from Sept 2023. I would not expect this change to be backported to earlier versions. If you need...
A pre-release version is available for testing on Windows 11 24H2 Arm: npm install https://cdn.cypress.io/beta/npm/14.5.0/win32-x64/develop-4450d3be74d72f61169a117bbc0bffef8d1d58fa/cypress.tgz
If there is interest in having an example documented of using WebKit with Cypress Docker images then I would submit a PR contribution for this.
- This needs to be deferred until there is more clarity about version compatibility. See https://github.com/cypress-io/cypress/issues/29973.
- https://github.com/cypress-io/cypress/issues/32031 may also be a gating factor before proceeding with this task.
@CaiqueCoelho You may find the README section [Debugging](https://github.com/cypress-io/github-action/blob/master/README.md#debugging) helpful to look at what is going wrong in your workflow. There may be some timing differences between running directly in `ubuntu-20.04`...
@CaiqueCoelho Although I don't expect it to solve your issue, regarding the following section: ```yml - name: Install Dependencies run: npm i - name: Run directory_ui run: npm run serve...
@CaiqueCoelho Are you expecting any further assistance with your issue?