-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Allen Zhang (张涛)
committed
Nov 11, 2024
1 parent
27ebbae
commit 4c11f68
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Canyon Uploader | ||
|
||
## 使用 | ||
|
||
1. 安装依赖 | ||
|
||
```bash | ||
npm install -g canyon-uploader | ||
``` | ||
|
||
2. 使用 | ||
|
||
```bash | ||
canyon-uploader hit --dsn=http://localhost:8080/coverage/map/client | ||
``` | ||
|
||
or | ||
|
||
map是支持playwright等自动化工具生成的覆盖率数据 | ||
|
||
```bash | ||
canyon-uploader map --dsn=http://localhost:8080/coverage/client | ||
``` |