SoftwareAG / cumulocity-cypress

Collection of commands and utilities to be used for automating tests for Cumulocity with Cypress.
Apache License 2.0
8 stars 3 forks source link

Administration commands must support timeouts #121

Open thomaswinkler opened 1 month ago

thomaswinkler commented 1 month 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.