We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we set recordScreenshot to false this line https://github.com/karma-runner/karma-sauce-launcher/blob/master/lib/sauce_launcher.js#L72
'record-screenshots': args.recordScreenshots || config.recordScreenshots || true
still evaluates to true. I'm not sure why but passing in
sauceLabs: { options: { 'record-screenshots': false } }
is not a valid workaround so perhaps helper.merge has a similar issue.
helper.merge
The text was updated successfully, but these errors were encountered:
The logic is wrong. I have a local branch fixing this which I haven't tested yet but will push by end of day today. Sorry about this.
Sorry, something went wrong.
No worries thanks for the quick response!
fix: fixed recordScreenshot option
14b22d3
Closes #30
52c8b81
No branches or pull requests
If we set recordScreenshot to false this line https://github.com/karma-runner/karma-sauce-launcher/blob/master/lib/sauce_launcher.js#L72
'record-screenshots': args.recordScreenshots || config.recordScreenshots || true
still evaluates to true. I'm not sure why but passing in
is not a valid workaround so perhaps
helper.merge
has a similar issue.The text was updated successfully, but these errors were encountered: