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

Disable c8ypact if no mode is configured #102

Closed thomaswinkler closed 5 months ago

thomaswinkler commented 5 months ago

If C8Y_PACT_MODE env variable is undefined, disable all of c8ypact. This includes recording, matching, loading of pacts, etc.

thomaswinkler commented 5 months ago

Schema matching for cy.c8yclient should still work if schema is provided as client option.