@empiricalrun/test-gen 0.38.9 → 0.38.10
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 +6 -0
- package/dist/agent/master/run.js +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/agent/master/run.js
CHANGED
|
@@ -189,9 +189,9 @@ async function createTestUsingMasterAgent({ task, page, testCase, options, scope
|
|
|
189
189
|
page = actions.getStateVariables()[plannerResp.pageName];
|
|
190
190
|
// update page in actions
|
|
191
191
|
testGenPage.updatePage({ page, name: plannerResp.pageName });
|
|
192
|
-
// inject scripts in the updated
|
|
193
|
-
await (0, utils_2.injectPwLocatorGenerator)(testGenPage.pwPageInstance);
|
|
194
192
|
}
|
|
193
|
+
// inject scripts in the page
|
|
194
|
+
await (0, utils_2.injectPwLocatorGenerator)(testGenPage.pwPageInstance);
|
|
195
195
|
const buffer = await page.screenshot({
|
|
196
196
|
//This is done to improve element annotation accuracy, anyways it doesn't annotate elements which are out of viewport
|
|
197
197
|
// fullPage: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empiricalrun/test-gen",
|
|
3
|
-
"version": "0.38.
|
|
3
|
+
"version": "0.38.10",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"ts-morph": "^23.0.0",
|
|
59
59
|
"tsx": "^4.16.2",
|
|
60
60
|
"typescript": "^5.3.3",
|
|
61
|
-
"@empiricalrun/llm": "^0.9.25",
|
|
62
61
|
"@empiricalrun/r2-uploader": "^0.3.6",
|
|
63
|
-
"@empiricalrun/reporter": "^0.21.3"
|
|
62
|
+
"@empiricalrun/reporter": "^0.21.3",
|
|
63
|
+
"@empiricalrun/llm": "^0.9.25"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@types/detect-port": "^1.3.5",
|