@adrianjost/report-viewer 中文文档教程

发布于 5年前 浏览 1 项目主页 更新于 3年前

@adrianjost/report-viewer

npm (scoped) npmnpm bundle size (scoped)

Usage

将以下内容添加到您的 CI 中:

  1. Install Upload Script npm i -g @adrianjost/report-viewer
  2. set enviroment variables
  3. run upload script rv-upload -F test/output/** (check CLI options below)

Enviroment Variables

variabledescripton
REPORT_VIEWER_TOKENyour personal authorization token. You can also pass it using the CLI
REPORT_VIEWER_ORGGit organization/username e.g. adrianjost for https://github.com/adrianjost
REPORT_VIEWER_REPOGit repo name e.g. report-viewer for https://github.com/adrianjost/report-viewer
REPORT_VIEWER_BRANCHGit branch name e.g. master for branch builds (only for branch builds)
REPORT_VIEWER_PULLGit number of the pull request for pull builds e.g. 59 for pull 59 (only for pull request builds)
REPORT_VIEWER_COMMITGit commit hash (sha) e.g. 35e32b6a00dec02ae7d7c45c6b7106779a124685

注意:对于以下 CI 服务,您无需指定变量 < code>REPORT_VIEWER_ORG、REPORT_VIEWER_ORGREPORT_VIEWER_ORGREPORT_VIEWER_ORG

随时通过创建拉取请求或问题来贡献更多。

CLI Options

nameshorthandrequireddescription
--file-Fglob pattern for all files that should be uploaded
--token-Tyour personal authorization token. You can also pass it as a enviroment variable (REPORT_VIEWER_TOKEN)
--ignore-Iglob pattern for all files matched by the file parameter that should not be uploaded
--no-predefined-ignoreif defined, the predefined ignore patterns get ignored

Dev-Setup

# install dependencies
npm i

# initially build project
npm run build

# link bin script
npm link

# start developing
npm run dev

# test current build
rv-upload -F dist/*.js

@adrianjost/report-viewer

npm (scoped) npmnpm bundle size (scoped)

Usage

Add the following things to your CI:

  1. Install Upload Script npm i -g @adrianjost/report-viewer
  2. set enviroment variables
  3. run upload script rv-upload -F test/output/** (check CLI options below)

Enviroment Variables

variabledescripton
REPORT_VIEWER_TOKENyour personal authorization token. You can also pass it using the CLI
REPORT_VIEWER_ORGGit organization/username e.g. adrianjost for https://github.com/adrianjost
REPORT_VIEWER_REPOGit repo name e.g. report-viewer for https://github.com/adrianjost/report-viewer
REPORT_VIEWER_BRANCHGit branch name e.g. master for branch builds (only for branch builds)
REPORT_VIEWER_PULLGit number of the pull request for pull builds e.g. 59 for pull 59 (only for pull request builds)
REPORT_VIEWER_COMMITGit commit hash (sha) e.g. 35e32b6a00dec02ae7d7c45c6b7106779a124685

Note: for the following CI services, you do not need to specify the variables REPORT_VIEWER_ORG, REPORT_VIEWER_ORG, REPORT_VIEWER_ORG, REPORT_VIEWER_ORG:

Feel free to contribute more by creating a pull request or issue.

CLI Options

nameshorthandrequireddescription
--file-Fglob pattern for all files that should be uploaded
--token-Tyour personal authorization token. You can also pass it as a enviroment variable (REPORT_VIEWER_TOKEN)
--ignore-Iglob pattern for all files matched by the file parameter that should not be uploaded
--no-predefined-ignoreif defined, the predefined ignore patterns get ignored

Dev-Setup

# install dependencies
npm i

# initially build project
npm run build

# link bin script
npm link

# start developing
npm run dev

# test current build
rv-upload -F dist/*.js
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文