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

#6: only use npm for development #16

Closed thomaswinkler closed 1 year ago

thomaswinkler commented 1 year ago

Using npm instead of yarn lock files. Removed use of $npm_execpatch.

Also needed to enable skipLibCheck to workaround an issue in c8y/client (MTM-56385). Will create a new issue to remove skipLibCheck once c8y/client does export types correctly.