Skip to content

Releases: cloudogu/dogu-integration-test-library

v6.2.0

18 Sep 13:31
a12ff58

Choose a tag to compare

Changed

  • Relicense to AGPL-3.0-only

v6.1.1

29 Aug 19:37
9ee57f3

Choose a tag to compare

Fixed

  • Fix clickWarpMenuCheckboxIfPossible function to work with warp menu version >= v2.0.0

v6.1.0

14 Aug 08:23
1538c22

Choose a tag to compare

Added

  • add usermgtGetGroupWithStatus() which helps to check whether a Usermgt group exists or not

Fixed

  • usermgtGetGroup() no longer provokes an internal server error in the Usermgt API (#34)
  • Fix the development docs

v6.0.1

05 Jul 06:17

Choose a tag to compare

Fixed

  • Handling of environment variables from the cypress config

v6.0.0

18 Apr 14:55

Choose a tag to compare

Changed

Breaking Change

Cypress Version 12.9.0 or higher is now required

  • Make the library compatible with cypress 12

v5.0.0

21 Apr 12:35

Choose a tag to compare

v5.0.0 - 2022-04-21

Changed

Breaking Change

CAS Version 6.5.2-1 is now required

  • Make login compatible with CAS version 6.5.2.

v4.0.0

13 Apr 11:23
229452b

Choose a tag to compare

v4.0.0 - 2022-04-13

Changed

Breaking Change

The signature of the usermgtCreateUser method has changed. The parameter pwdReset has been added.

  • When creating a new user, it is now possible to specify that the user must change their password the next time they
    log in (#22)

v3.0.3

13 Apr 08:08

Choose a tag to compare

v3.0.3 - 2022-04-13

Changed

  • Changed the way the library checks if a wrong password is submitted. Now the Element itself is checked prior to a check for a specific string (#20)

v3.0.2

12 Apr 11:17

Choose a tag to compare

v3.0.2 - 2022-04-12

Resolves #18

v.3.0.1

01 Apr 09:03
1d5ef73

Choose a tag to compare

v3.0.1 - 2022-04-01

Fixed

  • Remove unused functions (#16)