Describe the bug
After setting the wpContent property in cypress.json, running npx wp-cypress start gives an error "rm: could not remove directory (code EACCES): ./wp-content/plugins/wp-cypress". WP-Cypress stills runs ok though even after receiving this error.
https://d.pr/WQRpxe
To Reproduce
Steps to reproduce the behavior:
- Add the
wpContent property to the cypress.json file. (Make sure to give the wpContent a path property as it is a required property)
- Run
npx wp-cypress start
- Error is shown after the
Docker found step.
Expected behavior
I expect no error to be shown.
Screenshots
Screenshot of error message:
https://d.pr/WQRpxe
Desktop (please complete the following information):
- OS: macOS
- wp-cypress: version 0.9.5
- cypress: version 9.7.0
- cypress browser: chrome
Describe the bug
After setting the
wpContentproperty incypress.json, runningnpx wp-cypress startgives an error "rm: could not remove directory (code EACCES): ./wp-content/plugins/wp-cypress". WP-Cypress stills runs ok though even after receiving this error.https://d.pr/WQRpxe
To Reproduce
Steps to reproduce the behavior:
wpContentproperty to thecypress.jsonfile. (Make sure to give thewpContentapathproperty as it is a required property)npx wp-cypress startDocker foundstep.Expected behavior
I expect no error to be shown.
Screenshots
Screenshot of error message:
https://d.pr/WQRpxe
Desktop (please complete the following information):