UNPKG

cumulocity-cypress

Version:
15 lines (6 loc) 1.01 kB
## [0.9.1](https://github.com/Cumulocity-IoT/cumulocity-cypress/compare/v0.9.0...v0.9.1) (2025-08-06) ### Bug Fixes * Enable login without requiring tenant id ([#478](https://github.com/Cumulocity-IoT/cumulocity-cypress/issues/478)) ([fdd8a7c](https://github.com/Cumulocity-IoT/cumulocity-cypress/commit/fdd8a7c41bb3f5fcedba86ddb678da19f3bb4bf3)) The tenant id is now optional for `cy.login()` as well as `cy.oauthLogin()`. The change removes the automatic tenant ID lookup logic and simplifies the login workflow. * Sanitize cy.login() auth object logging ([#483](https://github.com/Cumulocity-IoT/cumulocity-cypress/issues/483)) ([fd95749](https://github.com/Cumulocity-IoT/cumulocity-cypress/commit/fd95749a0b94b5985eb14a6e0906f4ac4c431317)) * visitAndWaitForSelector default selector backward compatibility ([#482](https://github.com/Cumulocity-IoT/cumulocity-cypress/issues/482)) ([7d2adc6](https://github.com/Cumulocity-IoT/cumulocity-cypress/commit/7d2adc638e0becea7abcffcf58103e9e229f1c60))