@applitools/core 2.3.0 → 2.3.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/CHANGELOG.md +12 -0
- package/dist/ufg/open-eyes.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.3.2 - 2023/2/16
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
- Added arm64 binary
|
|
9
|
+
### Bug fixes
|
|
10
|
+
|
|
11
|
+
## 2.3.1 - 2023/2/15
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
- Avoid helper initialization on native devices before it required
|
|
15
|
+
### Bug fixes
|
|
16
|
+
|
|
5
17
|
## 2.3.0 - 2023/2/15
|
|
6
18
|
|
|
7
19
|
### Features
|
package/dist/ufg/open-eyes.js
CHANGED
|
@@ -38,7 +38,7 @@ function makeOpenEyes({ core, client, spec, logger: defaultLogger }) {
|
|
|
38
38
|
return async function openEyes({ target, settings, eyes, logger = defaultLogger, }) {
|
|
39
39
|
var _a, _b;
|
|
40
40
|
logger.log(`Command "openEyes" is called with ${target ? 'default driver and' : ''}`, ...(settings ? ['settings', settings] : []), eyes ? 'predefined eyes' : '');
|
|
41
|
-
const driver = target && (await (0, driver_1.makeDriver)({ spec, driver: target, logger
|
|
41
|
+
const driver = target && (await (0, driver_1.makeDriver)({ spec, driver: target, logger }));
|
|
42
42
|
if (driver && !eyes) {
|
|
43
43
|
const currentContext = driver.currentContext;
|
|
44
44
|
(_a = settings.environment) !== null && _a !== void 0 ? _a : (settings.environment = {});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/core",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@applitools/core-base": "1.1.37",
|
|
77
77
|
"@applitools/dom-capture": "11.2.1",
|
|
78
78
|
"@applitools/dom-snapshot": "4.7.3",
|
|
79
|
-
"@applitools/driver": "1.11.
|
|
79
|
+
"@applitools/driver": "1.11.30",
|
|
80
80
|
"@applitools/ec-client": "1.2.8",
|
|
81
81
|
"@applitools/logger": "1.1.45",
|
|
82
82
|
"@applitools/nml-client": "1.3.34",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@applitools/screenshoter": "3.7.26",
|
|
85
85
|
"@applitools/snippets": "2.4.15",
|
|
86
86
|
"@applitools/socket": "1.0.6",
|
|
87
|
-
"@applitools/spec-driver-webdriver": "1.0.
|
|
87
|
+
"@applitools/spec-driver-webdriver": "1.0.8",
|
|
88
88
|
"@applitools/ufg-client": "1.1.25",
|
|
89
89
|
"@applitools/utils": "1.3.30",
|
|
90
90
|
"abort-controller": "3.0.0",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
99
|
"@applitools/bongo": "^2.2.5",
|
|
100
|
-
"@applitools/spec-driver-puppeteer": "^1.1.
|
|
100
|
+
"@applitools/spec-driver-puppeteer": "^1.1.41",
|
|
101
101
|
"@applitools/spec-driver-selenium": "^1.5.27",
|
|
102
102
|
"@applitools/spec-driver-webdriverio": "^1.4.25",
|
|
103
103
|
"@applitools/test-server": "^1.1.25",
|