@healflow/playwright 0.1.1 → 0.1.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/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ Product bugs and assertion failures are never auto-fixed.
|
|
|
112
112
|
|
|
113
113
|
## Cloud sync (optional)
|
|
114
114
|
|
|
115
|
-
When `backend` is configured, the reporter syncs heals to the HealFlow API after each run. See [
|
|
115
|
+
When `backend` is configured, the reporter syncs heals to the HealFlow API after each run. See [@healflow/cli](https://www.npmjs.com/package/@healflow/cli) for `healflow ingest`.
|
|
116
116
|
|
|
117
117
|
## Development
|
|
118
118
|
|
|
@@ -123,8 +123,8 @@ pnpm --filter @healflow/playwright typecheck
|
|
|
123
123
|
|
|
124
124
|
## Related packages
|
|
125
125
|
|
|
126
|
-
- [
|
|
127
|
-
- [
|
|
126
|
+
- [@healflow/cli](https://www.npmjs.com/package/@healflow/cli) — `healflow init`, `doctor`, `report`
|
|
127
|
+
- [@healflow/classification](https://www.npmjs.com/package/@healflow/classification) — runtime error classification
|
|
128
128
|
|
|
129
129
|
## License
|
|
130
130
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@healflow/playwright",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Runtime auto-healing Playwright plugin for HealFlow",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"@playwright/test": ">=1.40.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@healflow/classification": "^0.1.
|
|
37
|
-
"@healflow/shared": "^0.1.
|
|
36
|
+
"@healflow/classification": "^0.1.2",
|
|
37
|
+
"@healflow/shared": "^0.1.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@playwright/test": "1.58.2",
|