@toby1123yjh/test-cli 0.1.0 → 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 +6 -4
- package/dist/test-cli.js +390 -462
- package/dist/test-cli.js.map +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ AI 驱动的 E2E 测试 CLI:通过 `/generate`/`/update` 生成可运行的测
|
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npm install -g @toby1123yjh/test-cli
|
|
9
|
+
- 用官方 npmjs 装:npm i -g @toby1123yjh/test-cli@latest --registry=https://registry.npmjs.org/
|
|
10
|
+
- 用你当前 taobao 镜像装:npm i -g @toby1123yjh/test-cli@latest --registry=https://registry.npm.taobao.org/
|
|
9
11
|
```
|
|
10
12
|
|
|
11
13
|
## 系统要求
|
|
@@ -114,7 +116,7 @@ pnpm test
|
|
|
114
116
|
pnpm typecheck
|
|
115
117
|
pnpm build
|
|
116
118
|
```
|
|
117
|
-
|
|
118
|
-
## 许可证
|
|
119
|
-
|
|
120
|
-
MIT
|
|
119
|
+
|
|
120
|
+
## 许可证
|
|
121
|
+
|
|
122
|
+
MIT
|