@applitools/eyes-selenium 4.71.0 → 4.71.1
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/CHANGELOG.md +10 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.71.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium@4.71.0...js/eyes-selenium@4.71.1) (2023-10-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/eyes bumped to 1.11.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* fixed `serverUrl` configuration propagation ([247b7d8](https://github.com/applitools/eyes.sdk.javascript1/commit/247b7d88853dd1a9068d2d963582ad795752ace4))
|
|
12
|
+
|
|
3
13
|
## [4.71.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium-v4.70.1...js/eyes-selenium@4.71.0) (2023-10-17)
|
|
4
14
|
|
|
5
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.71.
|
|
3
|
+
"version": "4.71.1",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"test:sauce": "MOCHA_ONLY_TAGS=sauce run test:coverage",
|
|
39
39
|
"test:coverage": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-selenium' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' -r @applitools/test-utils/mocha-hooks/docker --parallel --jobs ${MOCHA_JOBS:-15} --exit",
|
|
40
40
|
"setup": "run --top-level browsers:setup",
|
|
41
|
-
"up:framework": "
|
|
41
|
+
"up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@applitools/eyes": "1.11.
|
|
44
|
+
"@applitools/eyes": "1.11.1",
|
|
45
45
|
"@applitools/spec-driver-selenium": "1.5.62"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|