generated at
2/12/2025, 9:53:50 PM
'cy' is not defined
FIXED
eslint
$
npm install eslint-plugin-cypress
Add .eslintrc.json to cypress directory
json
{ "extends": [ "plugin:cypress/recommended" ] }
reactjs - ESLint: 'cy' is not defined (Cypress) - Stack Overflow