Cumulocity-IoT / cumulocity-cypress

Collection of commands and utilities to be used for automating tests for Cumulocity with Cypress.
Apache License 2.0
8 stars 2 forks source link

Fix build scripts to work on Windows #14

Closed thomaswinkler closed 1 year ago

thomaswinkler commented 1 year ago

Scripts in package.json use $npm_execpath to use the package manager binary in the script that has been used to run the script. Initially the idea was to support npm and yarn.

$npm_execpath does not work on Windows.