Skip to content

Releases: enactjs/ui-test-utils

Release 3.0.0

30 Jul 06:19

Choose a tag to compare

  • Migrated to ESM

Release 2.0.1

18 Jul 02:04

Choose a tag to compare

  • Updated dependencies.

Release 2.0.0

10 Jun 08:15

Choose a tag to compare

  • Updated dependencies.

Release 2.0.0-rc.1

15 May 08:11

Choose a tag to compare

  • Fixed ui-tests errorShot saving failure by adding await to browser.saveScreenshot().
  • Fixed ss-tests number of running instances on tv board by fixing maxInstances config property name.
  • Removed eslint-related configs in package.json.

Release 2.0.0-alpha.2

07 Mar 07:26

Choose a tag to compare

  • Updated webdriverio and related dependencies to version 9.
  • Dropped support for Node.js 16. Required Node.js version >= 18.
  • Removed deprecated @wdio/selenium-standalone-service module and added wdio-selenium-standalone-service community package.
  • Removed w3c: false and replaced with wdio:enforceWebDriverClassic: true when running tests on a remote debugger. w3c enforces the usage of JSON Wire Protocol which has been removed from webdriverio v9.
  • Replaced deprecated dependency wdio-image-comparison-service with @wdio/visual-service.

Release 2.0.0-alpha.1

26 Feb 06:40

Choose a tag to compare

  • Updated eslint to v9 and adopted flat config.
  • Added --no-animation option for screenshot test.

Release 1.0.10

31 Oct 05:32

Choose a tag to compare

  • Updated dependencies.

Release 1.0.9

22 Jul 07:30

Choose a tag to compare

  • Updated Chrome driver url for version 114 or higher

Release 1.0.8

11 Jun 01:43

Choose a tag to compare

  • Removed chai and dirty-chai dependencies.

Release 1.0.7

21 Feb 00:59

Choose a tag to compare

  • Removed eslint related modules.