You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/MAINTENANCE.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This document describes updating the [examples](../examples) in this repository
6
6
7
7
The [examples](../examples) directory contains examples of the use of Cypress (Current) [Configuration](https://docs.cypress.io/guides/references/configuration) which applies to Cypress 10 and later. These examples test and demonstrate the use of [cypress-io/github-action](https://github.com/cypress-io/github-action).
8
8
9
-
The examples make use of [npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/), [Yarn 1 (Classic)](https://classic.yarnpkg.com/) and [Yarn Modern](https://yarnpkg.com/)(Yarn 2 and later) to define and install the packages being used.
9
+
The examples make use of [npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/), [Yarn 1 (Classic)](https://classic.yarnpkg.com/) and [Yarn Modern](https://yarnpkg.com/) to define and install the packages being used. For [Yarn Modern](https://yarnpkg.com/) the recommended [Corepack](https://yarnpkg.com/corepack) is used as a Yarn version manager.
10
10
11
11
*The previous [examples/v9](https://github.com/cypress-io/github-action/tree/v5/examples/v9) are archived in the [v5](https://github.com/cypress-io/github-action/tree/v5/) branch. This directory contains examples which were set up to use Cypress `9.7.0`, the last version using Legacy Configuration, covering Cypress 9 and below. These `v9` examples are no longer maintained.
12
12
@@ -18,20 +18,16 @@ The examples make use of [npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/)
18
18
19
19
-[git](https://git-scm.com/) distributed version control system.
20
20
21
-
-[npm](https://www.npmjs.com/), which is installed with [Node.js](https://nodejs.org/)
21
+
-[npm](https://www.npmjs.com/), which is installed with [Node.js](https://nodejs.org/).
22
+
23
+
-[corepack](https://github.com/nodejs/corepack), which is installed with [Node.js](https://nodejs.org/).
-[Visual Studio Code](https://code.visualstudio.com/) or other editor
36
32
37
33
Under Microsoft Windows it may be necessary to also execute the following preparatory command:
@@ -55,3 +51,7 @@ This updates all [examples](../examples) to cypress@latest.
55
51
[.github/workflows/example-install-only.yml](../.github/workflows/example-install-only.yml) contains a hard-coded Cypress version number. This can be updated by hand.
56
52
57
53
After updating the examples locally, they can be committed with git and a pull request opened on GitHub.
54
+
55
+
### Updating Yarn examples
56
+
57
+
The script [/scripts/update-cypress-latest-yarn.sh](../scripts/update-cypress-latest-yarn.sh) (which is invoked through `npm run update:cypress` to update the Yarn examples) runs [Yarn 1 (Classic)](https://classic.yarnpkg.com/) as an `npm` global install, runs [Yarn Modern](https://yarnpkg.com/) through Corepack and returns Corepack to its default disabled state on completion.
This example demonstrates installing dependencies using [Yarn Modern (version 2 and later)](https://yarnpkg.com/) with [Plug'n'Play](https://yarnpkg.com/features/pnp) turned on.
3
+
This example demonstrates installing dependencies using [Yarn Modern v4](https://yarnpkg.com/) with [corepack](https://yarnpkg.com/corepack) enabled and the default configuration of [Plug'n'Play](https://yarnpkg.com/features/pnp) enabled.
This example demonstrates installing dependencies using [Yarn Modern (version 2 and later)](https://yarnpkg.com/).
3
+
This example demonstrates installing dependencies using [Yarn Modern v4](https://yarnpkg.com/) with [corepack](https://yarnpkg.com/corepack) enabled and the configuration option `nodeLinker: node-modules` selected.
0 commit comments