Mike McCready

Results 2194 comments of Mike McCready

Unfortunately I now realize that I only have a solution for CommonJS, not for ESM, so I would need to leave proposing a code example to somebody with more JavaScript...

The deprecation notice for Node.js `12` is no longer displayed. Instead the action is forced to run under Node.js `16`.

The deprecation notice for Node.js `12` has changed: > The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Now there are double deprecations: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ > The following actions...

@jennifer-shehane > - Should probably do the same as #29278 and expand the logic to strip these out. - If https://github.com/cypress-io/cypress/pull/28959 is planned for merger anytime soon, then I would...

Not yet resolved. On Ubuntu `22.04.4` browser is identified as "Custom Chrome for" and fails to complete a run. > The browser never connected. Something is wrong. The tests cannot...

Currently only `node16` is supported. See https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing-for-javascript-actions

@jeffsnff You don't say what instructions you were following, however if you start at https://learn.cypress.io/testing-your-first-application/app-install-and-overview the instructions say ```shell git clone https://github.com/cypress-io/cypress-realworld-testing-course-app.git ``` The repo https://github.com/cypress-io/cypress-realworld-testing-course-app is already set up...

@jeffsnff If you are looking for generic instructions you can follow the Cypress documentation [Getting started](https://docs.cypress.io/guides/getting-started/installing-cypress). You can find the [folder structure](https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Folder-structure) documented for JavaScript and TypeScript.

@jeffsnff I'm sorry that I misunderstood your issue about folders. You should not be cloning the repo [cypress-realworld-testing](https://github.com/cypress-io/cypress-realworld-testing). You only need the repo [cypress-realworld-testing-course-app](https://github.com/cypress-io/cypress-realworld-testing-course-app) and the folder structure looks like...