kind-quill-98303
04/27/2023, 6:16 PMbest-agent-47831
04/28/2023, 11:28 AMset CYPRESS_INSTALL_BINARY=<path of the zip, incl filename>
- next run npm install cypress@<versionnumber> --save-dev
- sometimes we needed to next run cypress install, but this depends on the error you get
- we have to set a proxy path as well
Sometimes the Cypress executable cannot be found, this can be solved by adding Cypress to path in your system variables.
Hope these things include the solution to your problem.kind-quill-98303
05/03/2023, 10:50 AM