karma-browserstack-launcher
karma-browserstack-launcher copied to clipboard
feat: add extra logs as option after finish
Added a new option in the browserStack
config to log more info about the total execution / net time, and the browsers execution percentage over total to give a last recap of everything.
Still need some feedback about the formatting :
And some usages:
- Is the option name
extraLogs
good - I've used chalk to colorize the output, but it's not mandatory
- Since it's some recap logs, I've not used the
logger
but a basicconsole.info
, but I can go back with this
@donato I can update this PR if you're interested :wink: