Skip to content

Releases: SoftwareAG/cumulocity-cypress

v0.6.2

06 Sep 08:37
e52131f
Compare
Choose a tag to compare

0.6.2 (2024-09-06)

Bug Fixes

  • commands: Fixed cy.getTenantId reading tenant from undefined (#154) (77b8595), closes #153

    cy.getTenantId() threw an error undefined (reading 'tenant') after cy.login(). This has been related to authorization cookies being found in the environment and is now fixed.

v0.6.1

30 Aug 16:04
0ef0c63
Compare
Choose a tag to compare

0.6.1 (2024-08-30)

Bug Fixes

  • commands: Fix "cumulocity-cypress" import for commands (#151) (6d68f77), closes #150

    The > Cannot find module 'fs' error for component and e2e tests has been fixed.

v0.6.0

20 Aug 06:56
Compare
Choose a tag to compare

0.6.0 (2024-08-20)

Features

  • release: Enable semantic release (#142) (2eef241), closes #104

    By enabling semantic release, the release process of cumulocity-cypress has been fully automated. This will enable releases with release notes in Github as well as new Changelog file in the repository and npm package.