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

Administration commands should allow C8yClientOptions to be passed to c8yclient #20

Closed thomaswinkler closed 1 year ago

thomaswinkler commented 1 year ago

Administration commands using cy.c8yclient internally must allow passing C8yClientOptions to cy.c8yclient. This might be used for example to override preferBasicAuth or enable users to pass a custom Client instance.