We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841a350 commit e2388dbCopy full SHA for e2388db
README.md
@@ -5,8 +5,6 @@
5
6
## Install and use
7
8
-*note:* this plugin assumes you have already installed Cypress as a dev NPM dependency.
9
-
10
```shell
11
npm install --save-dev netlify-plugin-cypress
12
# or
@@ -15,6 +13,8 @@ yarn add -D netlify-plugin-cypress
15
13
16
14
And then add the plugin's name to the list of build plugins in `netlify.yml` file as shown in the examples below.
17
+*note:* this plugin assumes you have already installed Cypress as a dev NPM dependency.
+
18
## Examples
19
20
### basic
0 commit comments