Reputation: 21
I have generated cypress folder..In that i could see only support and fixture folders. Integration and plugin folders are missing...pls help to resolve
Upvotes: 2
Views: 8817
Reputation: 2074
Apparently both the Integration folder and Plugins file/folder are deprecated, no longer created at install/setup. I encountered this myself, following what I now believe is an out-of-date tutorial.
Although, it is difficult to interpret the documentation:
pluginsFile
and no integrationFolder
.pluginsFile
(and folder) and, the integrationFolder
.Upvotes: 3
Reputation: 1
The plugins file is no longer supported after Cypress version 10.0.0. You should use config.js or config.ts
Upvotes: 0