Skip to content

Commit 62ea52d

Browse files
committed
feat: added html reporter that uses @open-rpc/html-reporter-react
1 parent 9f70407 commit 62ea52d

11 files changed

+570
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)