Skip to content

Releases: XRM-OSS/D365-UI-Test

Release v0.1.18

16 Apr 13:07
Compare
Choose a tag to compare

Retrying login three times to counter login glitches.

Release v0.1.17

16 Apr 12:33
Compare
Choose a tag to compare

Additional error information for easier debugging of failed Attribute / Control / Subgrid / Section / Tab errors.

Release v0.1.16

17 Feb 22:47
Compare
Choose a tag to compare

Waiting for app to become idle after clicking a button by default.

Release v0.1.15

07 Feb 02:34
Compare
Choose a tag to compare

Stabilized handling of popups that prevent navigation

Release v0.1.14

04 Feb 08:28
Compare
Choose a tag to compare

More robust handling of element handles in playwright >= v1.8.0

Release v0.1.13

04 Feb 07:34
Compare
Choose a tag to compare

Stabilizing record deletion confirmation

Release v0.1.12

04 Feb 07:00
Compare
Choose a tag to compare

Waiting for page load in Entity.delete

Release v0.1.11

04 Feb 00:59
Compare
Choose a tag to compare

New Features:

  • Added settings to Attribute.setValue to allow to force setting of values, even when all controls for an attribute are hidden or disabled
  • Added Button.isVisible to allow for checking whether buttons are visible
  • Confirming popups on navigation automatically to avoid getting stuck

Release v0.1.10

30 Jan 22:55
Compare
Choose a tag to compare

Adapted code for organizations that do not show a remember dialog after login

Release v0.1.9

26 Jan 22:49
Compare
Choose a tag to compare

Fixed #12: Awaits were missing after first button clicks of Entity.delete, Entity.activate and Entity.deactivate.