@midscene/core 1.6.2-beta-20260401093323.0 → 1.6.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.
@@ -51,14 +51,14 @@ export interface MidsceneYamlTask {
51
51
  * fields like functions and complex objects. All fields are optional.
52
52
  *
53
53
  * @remarks
54
- * - testId priority: CLI parameter > YAML agent.testId > filename
54
+ * - testId is deprecated; prefer reportFileName and cache.id
55
55
  * - These settings apply to all platforms (Web, Android, iOS, Generic Interface)
56
56
  * - modelConfig is configured through environment variables, not in YAML
57
57
  *
58
58
  * @example
59
59
  * ```yaml
60
60
  * agent:
61
- * testId: "checkout-test"
61
+ * reportFileName: "checkout-report"
62
62
  * groupName: "E2E Test Suite"
63
63
  * generateReport: true
64
64
  * replanningCycleLimit: 30
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@midscene/core",
3
3
  "description": "Automate browser actions, extract data, and perform assertions using AI. It offers JavaScript SDK, Chrome extension, and support for scripting in YAML. See https://midscenejs.com/ for details.",
4
- "version": "1.6.2-beta-20260401093323.0",
4
+ "version": "1.6.2",
5
5
  "repository": "https://github.com/web-infra-dev/midscene",
6
6
  "homepage": "https://midscenejs.com/",
7
7
  "main": "./dist/lib/index.js",
@@ -97,7 +97,7 @@
97
97
  "semver": "7.5.2",
98
98
  "undici": "^6.0.0",
99
99
  "zod": "3.24.3",
100
- "@midscene/shared": "1.6.2-beta-20260401093323.0"
100
+ "@midscene/shared": "1.6.2"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@rslib/core": "^0.18.3",