Trying to launch the Test Runner of Cypress first time through command - node_modules.bin\cypress open
But getting an unexpected error- Error: EPERM: operation not permitted, open \TestAutomation\cypress.json'
Trying to launch the Test Runner of Cypress first time through command - node_modules.bin\cypress open
But getting an unexpected error- Error: EPERM: operation not permitted, open \TestAutomation\cypress.json'
Copyright © 2021 Jogjafile Inc.
You don't mention that much information, plus you misformatted some of it, so I can't really be precise in my answer.
However, I'd do:
cypress.json
is validpackage.json
is validpackage.json
:and then run
$ npm run open
> npm cache clean --force
> npm install -g npm@latest