Skip to content

Commit b376713

Browse files
authored
Merge pull request #479 from open-rpc/feat/add-html-reporter
feat: added html reporter that uses @open-rpc/html-reporter-react
2 parents 5109dec + eba7304 commit b376713

11 files changed

+570
-14
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
build
33
*openrpc.json
44
coverage
5+
html-report

bin/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ program
1515
.version(require('./get-version'))
1616
.usage('[options]')
1717
.option('-s, --schema [schema]', 'JSON string or a Path/Url pointing to an open rpc schema')
18-
.option('-r, --reporters <reporters>', 'Use the specified reporter [console] [console-rule] [console-streaming] [json] [empty]. Can be a comma separated list of reporters.')
18+
.option('-r, --reporters <reporters>', 'Use the specified reporter [console] [console-rule] [console-streaming] [json] [empty] [html]. Can be a comma separated list of reporters.')
1919
.option('-t, --transport <transport>', 'Use the specified transport [http]')
2020
.option('--skip <skip>', 'Methods to skip. Comma separated list of method names')
2121
.option('--only <only>', 'Methods to only run. Comma separated list of method names')

0 commit comments

Comments
 (0)