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

Separate c8ypact cypress and node js code #50

Closed thomaswinkler closed 8 months ago

thomaswinkler commented 10 months ago

Currently c8ypact is fully implemented assuming it's running in a Cypress context. However, some parts might need to run as well in nodejs. Move nodejs code to some shared/ src folder to be used by components.

Examples could be a mocking server or a custom implementation of FetchClient.