-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for screenshot toggle #311
feat: add support for screenshot toggle #311
Conversation
❕ Build Aborted
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪Log outputExpand to view the last 100 lines of log output
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some thoughts on code quality improvements, have yet to run it, but will do so soon!
...pluginOutput, | ||
browserconsole: status == 'failed' ? pluginOutput.browserconsole : [], | ||
}); | ||
/** | ||
* Wait for the all the reported events to be consumed aschronously | ||
* by reporter. | ||
*/ | ||
if (options.reporter == 'json') { | ||
if (options.reporter === 'json') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird that the linter missed this
E2E failures is unrelated, have to look in to that separately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending a minor fix on var naming
--screenshot
option withon|off|only-on-failure
and defaulting toon
.