Skip to content

Commit

Permalink
Merge pull request #479 from open-rpc/feat/add-html-reporter
Browse files Browse the repository at this point in the history
feat: added html reporter that uses @open-rpc/html-reporter-react
  • Loading branch information
shanejonas authored Apr 19, 2024
2 parents 5109dec + eba7304 commit b376713
Show file tree
Hide file tree
Showing 11 changed files with 570 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
build
*openrpc.json
coverage
html-report
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ program
.version(require('./get-version'))
.usage('[options]')
.option('-s, --schema [schema]', 'JSON string or a Path/Url pointing to an open rpc schema')
.option('-r, --reporters <reporters>', 'Use the specified reporter [console] [console-rule] [console-streaming] [json] [empty]. Can be a comma separated list of reporters.')
.option('-r, --reporters <reporters>', 'Use the specified reporter [console] [console-rule] [console-streaming] [json] [empty] [html]. Can be a comma separated list of reporters.')
.option('-t, --transport <transport>', 'Use the specified transport [http]')
.option('--skip <skip>', 'Methods to skip. Comma separated list of method names')
.option('--only <only>', 'Methods to only run. Comma separated list of method names')
Expand Down
Loading

0 comments on commit b376713

Please sign in to comment.