@empiricalrun/playwright-utils 0.28.1 → 0.28.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 +81 -0
- package/dist/auth/index.js +1 -3
- package/dist/config/devices/types.d.ts.map +1 -0
- package/dist/{devices/v1.47.1 → config/devices/v1.53.2}/deviceDescriptorsSource.json +241 -131
- package/dist/{config.d.ts → config/index.d.ts} +1 -1
- package/dist/config/index.d.ts.map +1 -0
- package/dist/{config.js → config/index.js} +4 -6
- package/dist/overlay-tests/fixtures.d.ts.map +1 -1
- package/dist/overlay-tests/fixtures.js +0 -1
- package/dist/reporter/base.d.ts.map +1 -1
- package/dist/reporter/base.js +1 -3
- package/dist/reporter/custom.js +4 -4
- package/dist/test/expect.d.ts.map +1 -1
- package/dist/test/expect.js +4 -0
- package/dist/test/index.d.ts.map +1 -1
- package/dist/test/index.js +0 -1
- package/dist/test/scripts/pw-locator-patch/dismiss-overlays/cache.js +3 -3
- package/dist/test/scripts/pw-locator-patch/dismiss-overlays/index.js +1 -1
- package/dist/test/scripts/pw-locator-patch/utils/index.js +3 -3
- package/eslint.config.mjs +23 -0
- package/package.json +5 -5
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/config.d.ts.map +0 -1
- package/dist/devices/types.d.ts.map +0 -1
- /package/dist/{devices → config/devices}/types.d.ts +0 -0
- /package/dist/{devices → config/devices}/types.js +0 -0
|
@@ -3,4 +3,4 @@ import type { DeviceDescriptors } from "./devices/types";
|
|
|
3
3
|
export declare function chromeStablePath(): string;
|
|
4
4
|
export declare const baseConfig: PlaywrightTestConfig;
|
|
5
5
|
export declare const devices: DeviceDescriptors;
|
|
6
|
-
//# sourceMappingURL=
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAI7D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAczD,wBAAgB,gBAAgB,IAAI,MAAM,CAazC;AA2CD,eAAO,MAAM,UAAU,EAAE,oBA0BxB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,iBAarB,CAAC"}
|
|
@@ -7,7 +7,7 @@ exports.devices = exports.baseConfig = void 0;
|
|
|
7
7
|
exports.chromeStablePath = chromeStablePath;
|
|
8
8
|
const fs_1 = __importDefault(require("fs"));
|
|
9
9
|
const path_1 = __importDefault(require("path"));
|
|
10
|
-
const deviceDescriptorsSource_json_1 = __importDefault(require("./devices/v1.
|
|
10
|
+
const deviceDescriptorsSource_json_1 = __importDefault(require("./devices/v1.53.2/deviceDescriptorsSource.json"));
|
|
11
11
|
function getPlatformOS() {
|
|
12
12
|
const platform = process.platform;
|
|
13
13
|
if (platform === "win32") {
|
|
@@ -43,7 +43,7 @@ function getPlaywrightVersion() {
|
|
|
43
43
|
const packageJson = JSON.parse(fs_1.default.readFileSync(packageJsonPath, "utf8"));
|
|
44
44
|
return packageJson.version;
|
|
45
45
|
}
|
|
46
|
-
catch
|
|
46
|
+
catch {
|
|
47
47
|
console.log("Package not found");
|
|
48
48
|
return "";
|
|
49
49
|
}
|
|
@@ -83,6 +83,7 @@ exports.baseConfig = {
|
|
|
83
83
|
// maxFailures counts retries as individual failures, so this is equivalent to 20 failed tests
|
|
84
84
|
maxFailures: process.env.CI ? 60 : undefined,
|
|
85
85
|
use: {
|
|
86
|
+
screenshot: "on",
|
|
86
87
|
trace: "on",
|
|
87
88
|
video: {
|
|
88
89
|
mode: "on",
|
|
@@ -101,10 +102,7 @@ exports.devices = Object.entries(deviceDescriptorsSource_json_1.default).reduce(
|
|
|
101
102
|
[name]: {
|
|
102
103
|
...device,
|
|
103
104
|
viewport: name.includes("Desktop")
|
|
104
|
-
? {
|
|
105
|
-
width: 1366,
|
|
106
|
-
height: 768,
|
|
107
|
-
}
|
|
105
|
+
? { width: 1366, height: 768 }
|
|
108
106
|
: device.viewport,
|
|
109
107
|
},
|
|
110
108
|
}), {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fixtures.d.ts","sourceRoot":"","sources":["../../src/overlay-tests/fixtures.ts"],"names":[],"mappings":"AAKA,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,MAAM,uCAAc,CAAC;AAClC,eAAO,MAAM,IAAI;YAA6B,aAAa;
|
|
1
|
+
{"version":3,"file":"fixtures.d.ts","sourceRoot":"","sources":["../../src/overlay-tests/fixtures.ts"],"names":[],"mappings":"AAKA,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,MAAM,uCAAc,CAAC;AAClC,eAAO,MAAM,IAAI;YAA6B,aAAa;EAuBzD,CAAC"}
|
|
@@ -11,7 +11,6 @@ const serve_handler_1 = __importDefault(require("serve-handler"));
|
|
|
11
11
|
exports.expect = test_1.test.expect;
|
|
12
12
|
exports.test = test_1.test.extend({
|
|
13
13
|
server: [
|
|
14
|
-
// eslint-disable-next-line no-empty-pattern
|
|
15
14
|
async ({}, use, workerInfo) => {
|
|
16
15
|
const port = 1234 + workerInfo.workerIndex;
|
|
17
16
|
const server = http_1.default.createServer((request, response) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../src/reporter/base.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EACV,UAAU,EACV,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,UAAU,EACV,QAAQ,EACT,MAAM,2BAA2B,CAAC;AAQnC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,EAAE,QAAQ,GAAG,QAAQ,CAAC;CAC3B,CAAC;AACF,eAAO,MAAM,aAAa,eAAmB,CAAC;AAE9C,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,CAAC;AAEF,eAAO,MAAQ,KAAK,WAAE,QAAQ,UAAE,MAAM,KA6ClC,CAAC;AAEL,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,QAAQ,EACd,MAAM,EAAE,UAAU,EAClB,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,OAAO,GACrB,YAAY,EAAE,CAyBhB;AAED,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAEzE;AAED,wBAAgB,UAAU,CAAC,IAAI,EAAE,QAAQ,GAAG,SAAS,UAMpD;AAED,wBAAgB,WAAW,CACzB,KAAK,EAAE,SAAS,EAChB,aAAa,EAAE,OAAO,GACrB,YAAY,CA+Bd;AAED,wBAAgB,SAAS,CAAC,IAAI,GAAE,MAAW,GAAG,MAAM,CAInD;AAMD,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG;IAChD,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,CAmBA;
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../src/reporter/base.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EACV,UAAU,EACV,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,UAAU,EACV,QAAQ,EACT,MAAM,2BAA2B,CAAC;AAQnC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,EAAE,QAAQ,GAAG,QAAQ,CAAC;CAC3B,CAAC;AACF,eAAO,MAAM,aAAa,eAAmB,CAAC;AAE9C,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,CAAC;AAEF,eAAO,MAAQ,KAAK,WAAE,QAAQ,UAAE,MAAM,KA6ClC,CAAC;AAEL,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,QAAQ,EACd,MAAM,EAAE,UAAU,EAClB,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,OAAO,GACrB,YAAY,EAAE,CAyBhB;AAED,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAEzE;AAED,wBAAgB,UAAU,CAAC,IAAI,EAAE,QAAQ,GAAG,SAAS,UAMpD;AAED,wBAAgB,WAAW,CACzB,KAAK,EAAE,SAAS,EAChB,aAAa,EAAE,OAAO,GACrB,YAAY,CA+Bd;AAED,wBAAgB,SAAS,CAAC,IAAI,GAAE,MAAW,GAAG,MAAM,CAInD;AAMD,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG;IAChD,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,CAmBA;AAMD,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEpD"}
|
package/dist/reporter/base.js
CHANGED
|
@@ -168,9 +168,7 @@ function prepareErrorStack(stack) {
|
|
|
168
168
|
}
|
|
169
169
|
return { message, stackLines, location };
|
|
170
170
|
}
|
|
171
|
-
const ansiRegex = new RegExp(
|
|
172
|
-
// eslint-disable-next-line no-control-regex
|
|
173
|
-
"([\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)|(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~])))", "g");
|
|
171
|
+
const ansiRegex = new RegExp("([\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)|(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~])))", "g");
|
|
174
172
|
function stripAnsiEscapes(str) {
|
|
175
173
|
return str.replace(ansiRegex, "");
|
|
176
174
|
}
|
package/dist/reporter/custom.js
CHANGED
|
@@ -364,7 +364,7 @@ async function showHTMLReport(reportFolder, host = "localhost", port, testId) {
|
|
|
364
364
|
try {
|
|
365
365
|
(0, utils_1.assert)(fs_1.default.statSync(folder).isDirectory());
|
|
366
366
|
}
|
|
367
|
-
catch
|
|
367
|
+
catch {
|
|
368
368
|
console.log(base_1.colors.red(`No report found at "${folder}"`));
|
|
369
369
|
(0, utils_1.gracefullyProcessExitDoNotHang)(1);
|
|
370
370
|
return;
|
|
@@ -389,7 +389,7 @@ function startHtmlReportServer(folder) {
|
|
|
389
389
|
try {
|
|
390
390
|
return server.serveFile(request, response, url.searchParams.get("path"));
|
|
391
391
|
}
|
|
392
|
-
catch
|
|
392
|
+
catch {
|
|
393
393
|
return false;
|
|
394
394
|
}
|
|
395
395
|
}
|
|
@@ -636,7 +636,7 @@ class HtmlBuilder {
|
|
|
636
636
|
body,
|
|
637
637
|
};
|
|
638
638
|
}
|
|
639
|
-
catch
|
|
639
|
+
catch {
|
|
640
640
|
// Invalid encoding, fall through and save to file.
|
|
641
641
|
}
|
|
642
642
|
}
|
|
@@ -797,7 +797,7 @@ function createSnippets(stepsInFile) {
|
|
|
797
797
|
try {
|
|
798
798
|
source = fs_1.default.readFileSync(file, "utf-8") + "\n//";
|
|
799
799
|
}
|
|
800
|
-
catch
|
|
800
|
+
catch {
|
|
801
801
|
continue;
|
|
802
802
|
}
|
|
803
803
|
const lines = source.split("\n").length;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expect.d.ts","sourceRoot":"","sources":["../../src/test/expect.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAO7C,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,EAAE,MAAM,MAAM,CAAC;IACtB,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AA0BF,wBAAsB,WAAW,CAC/B,IAAI,EAAE,IAAI,EACV,eAAe,EAAE,MAAM,GACtB,OAAO,CAAC,mBAAmB,CAAC,
|
|
1
|
+
{"version":3,"file":"expect.d.ts","sourceRoot":"","sources":["../../src/test/expect.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAO7C,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,EAAE,MAAM,MAAM,CAAC;IACtB,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AA0BF,wBAAsB,WAAW,CAC/B,IAAI,EAAE,IAAI,EACV,eAAe,EAAE,MAAM,GACtB,OAAO,CAAC,mBAAmB,CAAC,CAkF9B"}
|
package/dist/test/expect.js
CHANGED
|
@@ -93,6 +93,10 @@ go through the reasons and pick the one that made you choose Fail`,
|
|
|
93
93
|
],
|
|
94
94
|
});
|
|
95
95
|
const rawResponse = response.tool_calls[0];
|
|
96
|
+
if (!("function" in rawResponse)) {
|
|
97
|
+
throw new Error("Expected a function tool call in the response, but got: " +
|
|
98
|
+
JSON.stringify(rawResponse));
|
|
99
|
+
}
|
|
96
100
|
const result = JSON.parse(rawResponse.function.arguments);
|
|
97
101
|
return {
|
|
98
102
|
message: () => result.most_critical_reason,
|
package/dist/test/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/test/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,cAAc,EACd,qBAAqB,EACrB,MAAM,EACN,IAAI,EACJ,kBAAkB,EAClB,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,QAAQ,EACT,MAAM,kBAAkB,CAAC;AAM1B,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,cAAc,CAAC;QACvB,UAAU,QAAQ,CAAC,CAAC;YAClB,WAAW,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;SAC9C;KACF;CACF;AAED,QAAA,MAAM,YAAY,GAAa,gBAAgB,OAAO,MAAM,0CAG3D,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,IAAI,CAAC;IACX,yBAAyB,EAAE,CACzB,OAAO,CAAC,EAAE,qBAAqB,KAC5B,OAAO,CAAC;QAAE,OAAO,EAAE,cAAc,CAAC;QAAC,IAAI,EAAE,IAAI,CAAA;KAAE,CAAC,CAAC;IACtD,UAAU,EAAE,IAAI,CAAC;CAClB,CAAC;AAUF,QAAA,MAAM,eAAe,GACnB,QAAQ,QAAQ,CACd,kBAAkB,GAAG,qBAAqB,EAC1C,oBAAoB,GAAG,uBAAuB,CAC/C,EACD,UAAS,eAAgC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/test/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,cAAc,EACd,qBAAqB,EACrB,MAAM,EACN,IAAI,EACJ,kBAAkB,EAClB,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,QAAQ,EACT,MAAM,kBAAkB,CAAC;AAM1B,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,cAAc,CAAC;QACvB,UAAU,QAAQ,CAAC,CAAC;YAClB,WAAW,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;SAC9C;KACF;CACF;AAED,QAAA,MAAM,YAAY,GAAa,gBAAgB,OAAO,MAAM,0CAG3D,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,IAAI,CAAC;IACX,yBAAyB,EAAE,CACzB,OAAO,CAAC,EAAE,qBAAqB,KAC5B,OAAO,CAAC;QAAE,OAAO,EAAE,cAAc,CAAC;QAAC,IAAI,EAAE,IAAI,CAAA;KAAE,CAAC,CAAC;IACtD,UAAU,EAAE,IAAI,CAAC;CAClB,CAAC;AAUF,QAAA,MAAM,eAAe,GACnB,QAAQ,QAAQ,CACd,kBAAkB,GAAG,qBAAqB,EAC1C,oBAAoB,GAAG,uBAAuB,CAC/C,EACD,UAAS,eAAgC,uHAuD1C,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,6BAA6B,EAAE,CAAC"}
|
package/dist/test/index.js
CHANGED
|
@@ -51,7 +51,6 @@ const baseTestFixture = function (testFn, options = defaultOptions) {
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
saveVideos: [
|
|
54
|
-
// eslint-disable-next-line no-empty-pattern
|
|
55
54
|
async ({}, use, testInfo) => {
|
|
56
55
|
await use();
|
|
57
56
|
const pathToTestVideos = path_1.default.join(testInfo.project.outputDir, "videos-store", testInfo.testId);
|
|
@@ -38,7 +38,7 @@ async function setCodeToCache({ dom, text, code, }) {
|
|
|
38
38
|
cache = JSON.parse(fs_1.default.readFileSync(exports.CACHE_FILE, "utf8"));
|
|
39
39
|
cache.data.push(obj);
|
|
40
40
|
}
|
|
41
|
-
catch
|
|
41
|
+
catch {
|
|
42
42
|
cache = {
|
|
43
43
|
version: "2025-03-06",
|
|
44
44
|
data: [obj],
|
|
@@ -73,12 +73,12 @@ async function executeFromCache({ page, dom, text, }) {
|
|
|
73
73
|
await exec(page);
|
|
74
74
|
return { success: true };
|
|
75
75
|
}
|
|
76
|
-
catch
|
|
76
|
+
catch {
|
|
77
77
|
console.log(`Failed in "${match.code}" for element: ${dom}`);
|
|
78
78
|
return { success: false };
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
catch
|
|
81
|
+
catch {
|
|
82
82
|
return { success: false };
|
|
83
83
|
}
|
|
84
84
|
}
|
|
@@ -22,7 +22,7 @@ function description(locator) {
|
|
|
22
22
|
}
|
|
23
23
|
return cleanedDescription;
|
|
24
24
|
}
|
|
25
|
-
catch
|
|
25
|
+
catch {
|
|
26
26
|
return fallbackDescription;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -43,7 +43,7 @@ async function scrollAndHighlight(locator) {
|
|
|
43
43
|
}, 2000);
|
|
44
44
|
}, undefined, { timeout: constants_1.DEFAULT_SCRIPT_EXECUTION_TIMEOUT });
|
|
45
45
|
}
|
|
46
|
-
catch
|
|
46
|
+
catch {
|
|
47
47
|
logger_1.logger.debug("Failed to scroll and highlight for locator method");
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -58,7 +58,7 @@ async function highlight(locator) {
|
|
|
58
58
|
}, 2000);
|
|
59
59
|
}, undefined, { timeout: constants_1.DEFAULT_SCRIPT_EXECUTION_TIMEOUT });
|
|
60
60
|
}
|
|
61
|
-
catch
|
|
61
|
+
catch {
|
|
62
62
|
logger_1.logger.debug("Failed to add highlight for locator method");
|
|
63
63
|
}
|
|
64
64
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import libraryConfig from "../eslint-config/library.mjs";
|
|
2
|
+
import tsParser from "@typescript-eslint/parser";
|
|
3
|
+
|
|
4
|
+
export default [
|
|
5
|
+
...libraryConfig,
|
|
6
|
+
{
|
|
7
|
+
ignores: ["src/reporter/third_party/**/*"],
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
files: ["src/**/*.ts", "src/**/*.tsx"],
|
|
11
|
+
languageOptions: {
|
|
12
|
+
parser: tsParser,
|
|
13
|
+
globals: {
|
|
14
|
+
node: true,
|
|
15
|
+
browser: true,
|
|
16
|
+
},
|
|
17
|
+
parserOptions: {
|
|
18
|
+
project: "./tsconfig.lint.json",
|
|
19
|
+
tsconfigRootDir: import.meta.dirname,
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empiricalrun/playwright-utils",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@types/adm-zip": "^0.5.7",
|
|
33
33
|
"playwright-core": "1.53.2",
|
|
34
34
|
"serve-handler": "^6.1.6",
|
|
35
|
-
"@empiricalrun/shared-types": "0.
|
|
35
|
+
"@empiricalrun/shared-types": "0.9.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/code-frame": "^7.24.7",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"mailosaur": "^8.6.1",
|
|
44
44
|
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
|
|
45
45
|
"rimraf": "^6.0.1",
|
|
46
|
-
"@empiricalrun/llm": "^0.
|
|
47
|
-
"@empiricalrun/r2-uploader": "^0.3.
|
|
48
|
-
"@empiricalrun/test-gen": "^0.
|
|
46
|
+
"@empiricalrun/llm": "^0.21.0",
|
|
47
|
+
"@empiricalrun/r2-uploader": "^0.3.10",
|
|
48
|
+
"@empiricalrun/test-gen": "^0.74.0"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"dev": "tsc --build --watch",
|
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["./src/
|
|
1
|
+
{"root":["./src/email.ts","./src/index.ts","./src/logger.ts","./src/playwright-extensions.ts","./src/auth/google.ts","./src/auth/index.ts","./src/auth/types.ts","./src/captcha/index.ts","./src/captcha/vision.ts","./src/config/index.ts","./src/config/devices/types.ts","./src/overlay-tests/cache.spec.ts","./src/overlay-tests/click.spec.ts","./src/overlay-tests/fixtures.ts","./src/overlay-tests/patch.spec.ts","./src/reporter/base.ts","./src/reporter/custom.ts","./src/reporter/empirical-reporter.ts","./src/reporter/queue.ts","./src/reporter/reporterV2.ts","./src/reporter/types.ts","./src/reporter/uploader.ts","./src/reporter/util.ts","./src/reporter/third_party/html-reporter-types.ts","./src/test/constants.ts","./src/test/expect.ts","./src/test/index.ts","./src/test/types.ts","./src/test/scripts/agent-capabilities.ts","./src/test/scripts/index.ts","./src/test/scripts/locator-highlights.ts","./src/test/scripts/locator-vision.ts","./src/test/scripts/mouse-pointer.ts","./src/test/scripts/types.ts","./src/test/scripts/pw-locator-patch/dismiss-overlays/cache.ts","./src/test/scripts/pw-locator-patch/dismiss-overlays/index.ts","./src/test/scripts/pw-locator-patch/dismiss-overlays/prompt.ts","./src/test/scripts/pw-locator-patch/dismiss-overlays/types.ts","./src/test/scripts/pw-locator-patch/dismiss-overlays/utils.ts","./src/test/scripts/pw-locator-patch/highlight/click.ts","./src/test/scripts/pw-locator-patch/highlight/expect.ts","./src/test/scripts/pw-locator-patch/highlight/hover.ts","./src/test/scripts/pw-locator-patch/highlight/inner-text.ts","./src/test/scripts/pw-locator-patch/highlight/input-value.ts","./src/test/scripts/pw-locator-patch/highlight/is-checked.ts","./src/test/scripts/pw-locator-patch/highlight/is-disabled.ts","./src/test/scripts/pw-locator-patch/highlight/is-editable.ts","./src/test/scripts/pw-locator-patch/highlight/text-content.ts","./src/test/scripts/pw-locator-patch/utils/index.ts","./src/test/scripts/pw-locator-patch/vision/query.ts"],"version":"5.8.3"}
|
package/dist/config.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAI7D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAczD,wBAAgB,gBAAgB,IAAI,MAAM,CAazC;AA2CD,eAAO,MAAM,UAAU,EAAE,oBAyBxB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,iBAgBrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/devices/types.ts"],"names":[],"mappings":"AAAA,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,MAAM;IACd,QAAQ,EAAE,cAAc,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,iBAAiB;IAChC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB"}
|
|
File without changes
|
|
File without changes
|