We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e16852 commit c594a86Copy full SHA for c594a86
src/reporters/html-reporter.ts
@@ -17,6 +17,9 @@ class HtmlReporter implements Reporter {
17
if (options?.autoOpen !== undefined) {
18
this.autoOpen = options.autoOpen;
19
}
20
+ if (options?.destination !== undefined) {
21
+ this.destination = options.destination;
22
+ }
23
24
25
onBegin(options: IOptions, calls: Call[]) {}
0 commit comments