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

#62: Fix calling hideCookieBanner in cy.login #65

Closed thomaswinkler closed 9 months ago

thomaswinkler commented 9 months ago

Fixed calling hideCookieBanner as well as disableGainsight. Introduced new env variables for both login options. Refactored login.js to typescript. Improved function overloading. Added stubbing support for cookies to improve test coverage of cy.login. Added first tests.