cypress-io / circleci-orb

Install, cache and run Cypress.io tests on CircleCI with minimal configuration.
https://circleci.com/orbs/registry/orb/cypress-io/cypress
MIT License
160 stars 101 forks source link

Document using with different node version #425

Closed jordanpowell88 closed 1 year ago

jordanpowell88 commented 1 year ago

We need to add an example of how to change the node version. We've had several issues requesting this as a feature because it isn't well documented.

The example needs to go here: https://github.com/cypress-io/circleci-orb/tree/master/src/examples

MikeMcC399 commented 1 year ago

There is now an example for Windows in https://github.com/cypress-io/cypress-realworld-app/blob/develop/.circleci/config.yml

nagash77 commented 1 year ago

As Mike pointed out there is now an example for windows. @jordanpowell88 are there other examples needed to close this ticket?

jordanpowell88 commented 1 year ago

Nope we can go ahead and close

MikeMcC399 commented 1 year ago

@jordanpowell88

How will users reading the CircleCI documentation know that there is an example in another repository?

https://github.com/cypress-io/cypress-realworld-app/blob/develop/.circleci/config.yml

jordanpowell88 commented 1 year ago

Good point @MikeMcC399. We should probably add this to the orb examples as well.

nagash77 commented 1 year ago

@jordanpowell88 can you please open issue outlining those examples please? I am going to close this issue.