cypress-terminal-report icon indicating copy to clipboard operation
cypress-terminal-report copied to clipboard

CypressTerminalReportPrinter.PluginOptions.includeSuccessfulHookLogs type is not optional

Open spiltcoffee opened this issue 1 year ago • 0 comments

https://github.com/archfz/cypress-terminal-report/blob/78dfd0f7a9801c3146731b7a82328e80d6802f18/src/installLogsPrinter.d.ts#L106

Considering it's marked with a @default JSDoc annotation, and all of the other fields on the PluginOptions object are optional, it seems like this field should also be optional.

spiltcoffee avatar Aug 12 '22 02:08 spiltcoffee