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 must support timeouts #121

Open thomaswinkler opened 4 months ago

thomaswinkler commented 4 months ago

Administration commands wrapping at least one c8yclient command, must use same defaults as cy.c8yclient or allow passing and overwriting timeout.

The timeout applies to .then resolving cy.c8yclientapplying the command timeout instead of a response timeout. c8yclient itself does use the expected timeout.