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
sauce:options
This page https://docs.saucelabs.com/web-apps/automated-testing/selenium/pre-run-executables/, shows how to use prerun, but this code capabilities['prerun'] = 'http://location.of/curl.sh' is not W3C compliant. So we need to fix the examples to make that clear.
capabilities['prerun'] = 'http://location.of/curl.sh'
The text was updated successfully, but these errors were encountered:
I'll assign this to myself and find some time to submit a PR.
Sorry, something went wrong.
diemol
No branches or pull requests
🐛 Bug Report
Have you read the Contributing Guidelines on issues?
Description
This page https://docs.saucelabs.com/web-apps/automated-testing/selenium/pre-run-executables/, shows how to use prerun, but this code
capabilities['prerun'] = 'http://location.of/curl.sh'
is not W3C compliant. So we need to fix the examples to make that clear.To Reproduce
Expected Behavior
Actual Behavior
Scripts and configuration needed to reproduce this issue (if applicable)
Your Environment
The text was updated successfully, but these errors were encountered: