Skip to content

Commit ebca80e

Browse files
committed
doc: add custom html file
1 parent b398928 commit ebca80e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ Options:
5454

5555
```
5656
57+
## Custom html file
58+
59+
By using `-input html` or `{ input: 'html' }` you can provide a custom html file for browser-run to use. Keep in mind though that it always needs to have `<script src="/reporter.js"></script>` above other script tags so browser-run is able to properly forward your `console.log`s etc to the terminal.
60+
5761
## API
5862
5963
### run([opts])

0 commit comments

Comments
 (0)