1

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

saranya
  • 11
  • 1
  • 2

2 Answers2

1

Encountered this myself, following what I now believe is an out-of-date tutorial. Apparently both the Integration folder and Plugins file/folder are deprecated, no longer created at install/setup.

Although it is difficult to interpret the documentation:

ScottWelker
  • 1,701
  • 17
  • 30
0

The plugins file is no longer supported after Cypress version 10.0.0. You should use config.js or config.ts

  • This seems to be 1/2 an answer, Substantiated here: [pluginsFile option was removed](https://docs.cypress.io/guides/references/changelog#10-0-0:~:text=pluginsFile%20option%20was%20removed). – ScottWelker Aug 18 '22 at 23:43