Allow choice of node-version
with cypress/run
job
#475
Labels
type: enhancement
New feature or request
node-version
with cypress/run
job
#475
What would you like?
Add a parameter
node-version
to the job cypress/run to allow selection of a Node.js release or describe how to set the Node.js version without needing an extra parameter.Why is this needed?
cypress/run
provides a convenient way to run Cypress tests. It is essential to be able to specify which version of Node.js is used. Many npm modules, which are configured together with Cypress tests, have exact restrictions on which Node.js versions they may be run with. The default executor defined by the Cypress CircleCI Orb may not work:circleci-orb/src/executors/default.yml
Line 6 in d555dd3
Other
related to issues
According to the example,
node-version
is available for use with the command cypress/run-tests and is not mentioned for use with the job cypress/run:circleci-orb/src/examples/node-version.yml
Lines 1 to 22 in d555dd3
The text was updated successfully, but these errors were encountered: