Skip to content

Commit

Permalink
adds and configs cypress netlify plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tzmanics committed Jun 10, 2022
1 parent 3b44d7f commit f76c649
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@
command = "gatsby build"
functions = "netlify/functions"
publish = "public"

[[plugins]]
package = "@netlify/plugin-gatsby"
package = "@netlify/plugin-gatsby"

[[plugins]]
package = "netlify-plugin-cypress"

[plugins.inputs.postBuild]
enable = true

[plugins.inputs]
enable = false
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"devDependencies": {
"gatsby-plugin-netlify": "^4.4.0",
"netlify-plugin-cypress": "~2.2.0",
"plop": "^3.0.5",
"prettier": "^2.6.2"
}
Expand Down

0 comments on commit f76c649

Please sign in to comment.