Skip to content
Discussion options

You must be logged in to vote

Q4: This is indeed the right solution.
The devDependencies are only useful if you are planing on publishing the work you are doing on npmjs. In which case, when someone installs the library you have published the devDependencies will be ignored. The no-extraneous-dependency rule is there to make sure that, in the published files (not the test files), there is no dependency that we forgot to put in the dependencies field.

Q5: Unfortunately, yes. Changes to cypress.json require a restart of the cypress server. We are working on making it a leaner start and also automate refreshes when cypress.json is updated. Coming soon 🎉

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by liby
Comment options

You must be logged in to vote
2 replies
@elevatebart
Comment options

@liby
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants