@applitools/eyes-playwright 1.37.2 → 1.37.3
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 +89 -0
- package/README.md +2 -2
- package/dist/fixture/defaults/eyesConfiguration.js +6 -1
- package/package.json +5 -5
- package/types/index.d.ts +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,94 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.37.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.37.2...js/eyes-playwright@1.37.3) (2025-06-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Differentiate Between Invalid and Missing API Key Errors ([6ac17d4](https://github.com/Applitools-Dev/sdk/commit/6ac17d40d7aff45b3de5c949dc7d4673b9739bfd))
|
|
9
|
+
* relative links in readme | AD-9703 ([#2960](https://github.com/Applitools-Dev/sdk/issues/2960)) ([672207b](https://github.com/Applitools-Dev/sdk/commit/672207b55e30f1581defeda4f2f743eaf5b1849d))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* @applitools/dom-snapshot bumped to 4.11.22
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* css media query group conditions | FLD-3151 ([#3023](https://github.com/Applitools-Dev/sdk/issues/3023)) ([56ec107](https://github.com/Applitools-Dev/sdk/commit/56ec107bcda6a5a330d19c278267d73de5d86d8b))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
* @applitools/nml-client bumped to 1.9.5
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* nml-client depends on core-base ([#2995](https://github.com/Applitools-Dev/sdk/issues/2995)) ([1f7cf69](https://github.com/Applitools-Dev/sdk/commit/1f7cf6930709a40a498dd1f525132648aa593af0))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
* @applitools/tunnel-client bumped to 1.8.0
|
|
29
|
+
#### Features
|
|
30
|
+
|
|
31
|
+
* update build script to include individual zip creation ([#3008](https://github.com/Applitools-Dev/sdk/issues/3008)) ([46a0cfc](https://github.com/Applitools-Dev/sdk/commit/46a0cfcc472ab69384560095d90a7fa58b4b9186))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
* @applitools/ufg-client bumped to 1.16.12
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* remove safari-early-access browser version for js sdks | AD-10226 ([#3034](https://github.com/Applitools-Dev/sdk/issues/3034)) ([7ca09f5](https://github.com/Applitools-Dev/sdk/commit/7ca09f5c0c271570142058ea766533b86434dc2e))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
* @applitools/core bumped to 4.40.0
|
|
43
|
+
#### Features
|
|
44
|
+
|
|
45
|
+
* update build script to include individual zip creation ([#3008](https://github.com/Applitools-Dev/sdk/issues/3008)) ([46a0cfc](https://github.com/Applitools-Dev/sdk/commit/46a0cfcc472ab69384560095d90a7fa58b4b9186))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
#### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* css media query group conditions | FLD-3151 ([#3023](https://github.com/Applitools-Dev/sdk/issues/3023)) ([56ec107](https://github.com/Applitools-Dev/sdk/commit/56ec107bcda6a5a330d19c278267d73de5d86d8b))
|
|
51
|
+
* export issues for ts js with legacy solution ([#3016](https://github.com/Applitools-Dev/sdk/issues/3016)) ([a3a9daf](https://github.com/Applitools-Dev/sdk/commit/a3a9daf9c3361bb1f253499c1335a1434ec520d1))
|
|
52
|
+
* extractLatestCommitInfo | FLD-3217 ([#3039](https://github.com/Applitools-Dev/sdk/issues/3039)) ([3f72a23](https://github.com/Applitools-Dev/sdk/commit/3f72a230fa0166046ea85ae004cfb544de86e628))
|
|
53
|
+
* handle error when sending started message in tunnel manager server ([#3019](https://github.com/Applitools-Dev/sdk/issues/3019)) ([2cdaad8](https://github.com/Applitools-Dev/sdk/commit/2cdaad896fd679187449b69abe529b006f6255ee))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
* @applitools/req bumped to 1.7.13
|
|
58
|
+
|
|
59
|
+
* @applitools/dom-capture bumped to 11.5.6
|
|
60
|
+
|
|
61
|
+
* @applitools/spec-driver-webdriver bumped to 1.2.6
|
|
62
|
+
|
|
63
|
+
* @applitools/screenshoter bumped to 3.11.5
|
|
64
|
+
|
|
65
|
+
* @applitools/core-base bumped to 1.25.4
|
|
66
|
+
#### Bug Fixes
|
|
67
|
+
|
|
68
|
+
* Differentiate Between Invalid and Missing API Key Errors ([6ac17d4](https://github.com/Applitools-Dev/sdk/commit/6ac17d40d7aff45b3de5c949dc7d4673b9739bfd))
|
|
69
|
+
* export issues for ts js with legacy solution ([#3016](https://github.com/Applitools-Dev/sdk/issues/3016)) ([a3a9daf](https://github.com/Applitools-Dev/sdk/commit/a3a9daf9c3361bb1f253499c1335a1434ec520d1))
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
* @applitools/ec-client bumped to 1.10.15
|
|
74
|
+
|
|
75
|
+
* @applitools/eyes bumped to 1.35.1
|
|
76
|
+
#### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* remove safari-early-access browser version for js sdks | AD-10226 ([#3034](https://github.com/Applitools-Dev/sdk/issues/3034)) ([7ca09f5](https://github.com/Applitools-Dev/sdk/commit/7ca09f5c0c271570142058ea766533b86434dc2e))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
* @applitools/test-server bumped to 1.2.3
|
|
83
|
+
#### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* basic auth protected resources | FLD-2761 | FMRI-120 ([#2444](https://github.com/Applitools-Dev/sdk/issues/2444)) ([b48cf49](https://github.com/Applitools-Dev/sdk/commit/b48cf49dec50bbf1ed2ba111608a48cf09962565))
|
|
86
|
+
* export issues for ts js with legacy solution ([#3016](https://github.com/Applitools-Dev/sdk/issues/3016)) ([a3a9daf](https://github.com/Applitools-Dev/sdk/commit/a3a9daf9c3361bb1f253499c1335a1434ec520d1))
|
|
87
|
+
* storybook navigation timeouts ([#2701](https://github.com/Applitools-Dev/sdk/issues/2701)) ([64e3a40](https://github.com/Applitools-Dev/sdk/commit/64e3a40a524ae76ec457ae9c2d1170fbaea5e982))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
3
92
|
## [1.37.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.37.1...js/eyes-playwright@1.37.2) (2025-04-17)
|
|
4
93
|
|
|
5
94
|
|
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ The CLI will:
|
|
|
33
33
|
- Add a demo test to help you get started.
|
|
34
34
|
- You can run the demo test with `npx eyes-setup run-example`
|
|
35
35
|
|
|
36
|
-
_Note: In cases where imports cannot be modified automatically (e.g., when importing the `test` object from another npm package), you may need to adjust them manually. More details are provided in the [Integration with Playwright](/playwright/integration-with-playwright) section._
|
|
36
|
+
_Note: In cases where imports cannot be modified automatically (e.g., when importing the `test` object from another npm package), you may need to adjust them manually. More details are provided in the [Integration with Playwright](https://applitools.com/tutorials/playwright/integration-with-playwright) section._
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
:::info
|
|
@@ -42,7 +42,7 @@ You may be prompted to enter your Eyes Server URL. If you are using the Applitoo
|
|
|
42
42
|
|
|
43
43
|
### Set your Applitools API key
|
|
44
44
|
|
|
45
|
-
When prompted by the CLI, enter your Applitools API key. If you don't have one, you can sign up for a free account and obtain your API key [from the Applitools Dashboard](/playwright/applitools-dashboard#accessing-the-applitools-dashboard).
|
|
45
|
+
When prompted by the CLI, enter your Applitools API key. If you don't have one, you can sign up for a free account and obtain your API key [from the Applitools Dashboard](https://applitools.com/tutorials/playwright/applitools-dashboard#accessing-the-applitools-dashboard).
|
|
46
46
|
|
|
47
47
|
Alternatively, you can set the API key as an environment variable:
|
|
48
48
|
|
|
@@ -38,7 +38,12 @@ function addBatchDefaults({ configuration }) {
|
|
|
38
38
|
(_c = batch.name) !== null && _c !== void 0 ? _c : (batch.name = (0, name_1.getBatchName)({ appName: configuration.appName }));
|
|
39
39
|
(_d = batch.properties) !== null && _d !== void 0 ? _d : (batch.properties = []);
|
|
40
40
|
batch.properties.push({ name: 'CI', value: process.env.CI ? 'true' : 'false' });
|
|
41
|
-
|
|
41
|
+
try {
|
|
42
|
+
batch.properties.push({ name: 'Playwright version', value: require('playwright-core/package.json').version });
|
|
43
|
+
}
|
|
44
|
+
catch {
|
|
45
|
+
// NOTE: ignore error
|
|
46
|
+
}
|
|
42
47
|
return batch;
|
|
43
48
|
}
|
|
44
49
|
function getFinalEyesConfiguration({ playwrightConfig = {}, projectConfig = {}, eyesConfig = {}, testInfo, }) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-playwright",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.3",
|
|
4
4
|
"description": "Applitools Eyes SDK for Playwright",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-playwright",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"tests",
|
|
14
14
|
"playwright"
|
|
15
15
|
],
|
|
16
|
-
"homepage": "https://applitools.com/
|
|
16
|
+
"homepage": "https://applitools.com/tutorials/sdks/playwright-ts-standard",
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE",
|
|
18
18
|
"author": {
|
|
19
19
|
"name": "Applitools Team",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@applitools/eyes": "1.
|
|
63
|
-
"@applitools/spec-driver-playwright": "1.5.
|
|
64
|
-
"@applitools/utils": "1.8.
|
|
62
|
+
"@applitools/eyes": "1.35.1",
|
|
63
|
+
"@applitools/spec-driver-playwright": "1.5.13",
|
|
64
|
+
"@applitools/utils": "1.8.2",
|
|
65
65
|
"@inquirer/prompts": "7.0.1",
|
|
66
66
|
"chalk": "4.1.2",
|
|
67
67
|
"yargs": "17.7.2"
|
package/types/index.d.ts
CHANGED
|
@@ -837,7 +837,7 @@ export class BatchClose {
|
|
|
837
837
|
setProxy(proxy: ProxySettingsPlain): BatchClose;
|
|
838
838
|
}
|
|
839
839
|
export const closeBatch: (options: { batchIds: Array<string>; serverUrl: string; apiKey: string; proxy?: undefined | ProxySettingsPlain; }) => Promise<void>;
|
|
840
|
-
export type BrowserTypePlain = "chrome" | "chrome-one-version-back" | "chrome-two-versions-back" | "firefox" | "firefox-one-version-back" | "firefox-two-versions-back" | "ie" | "ie10" | "edge" | "edgechromium" | "edgelegacy" | "edgechromium-one-version-back" | "edgechromium-two-versions-back" | "safari" | "safari-
|
|
840
|
+
export type BrowserTypePlain = "chrome" | "chrome-one-version-back" | "chrome-two-versions-back" | "firefox" | "firefox-one-version-back" | "firefox-two-versions-back" | "ie" | "ie10" | "edge" | "edgechromium" | "edgelegacy" | "edgechromium-one-version-back" | "edgechromium-two-versions-back" | "safari" | "safari-one-version-back" | "safari-two-versions-back";
|
|
841
841
|
export enum BrowserType {
|
|
842
842
|
CHROME = 'chrome',
|
|
843
843
|
CHROME_ONE_VERSION_BACK = 'chrome-one-version-back',
|
|
@@ -853,7 +853,6 @@ export enum BrowserType {
|
|
|
853
853
|
EDGE_CHROMIUM_ONE_VERSION_BACK = 'edgechromium-one-version-back',
|
|
854
854
|
EDGE_CHROMIUM_TWO_VERSIONS_BACK = 'edgechromium-two-versions-back',
|
|
855
855
|
SAFARI = 'safari',
|
|
856
|
-
SAFARI_EARLY_ACCESS = 'safari-earlyaccess',
|
|
857
856
|
SAFARI_ONE_VERSION_BACK = 'safari-one-version-back',
|
|
858
857
|
SAFARI_TWO_VERSIONS_BACK = 'safari-two-versions-back'
|
|
859
858
|
}
|