@enact/ui-test-utils 4.0.1 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.travis.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  dist: jammy
2
2
  language: node_js
3
3
  node_js:
4
- - 21
4
+ - 20
5
5
  before_install:
6
6
  - sudo apt-get update
7
7
  - sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## [4.0.2] (April 7, 2026)
4
+
5
+ * Fixed ss-tests to add entry in failedTests.html only if all retries of a test failed.
6
+ * Updated dependencies versions to the latest.
7
+ * Required Node.js version "^20.19.0 || ^22.0.0 || >=24.0.0"
8
+
3
9
  ## [4.0.1] (January 13, 2026)
4
10
 
5
11
  * Updated Chrome driver version to 132 for screenshot tests.