@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 +1 -1
- package/CHANGELOG.md +6 -0
- package/npm-shrinkwrap.json +1320 -1329
- package/package.json +19 -20
- package/screenshot/utils/confHelpers.js +42 -29
- package/src/build-apps.js +5 -3
- package/utils/Page.js +1 -1
package/.travis.yml
CHANGED
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.
|