Skip to content

Commit

Permalink
JENKINS-13207 Updated context help
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrowe committed Mar 25, 2012
1 parent 39d23bb commit 42a3630
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
@@ -1,3 +1,4 @@
<div>
Testing...
The plugin will detect to see if a later version of Sauce Connect is available. If it is, then it can be
incorporated into the plugin without installing a later version of the plugin, and without restarting Jenkins.
</div>
@@ -0,0 +1,7 @@
<div>
If a single browser is selected, then it will be used to populate a SELENIUM_DRIVER variable.

If multiple browsers are selected, then they will be included in a SAUCE_ONDEMAND_BROWSERS environment
variable in JSON format. These values can be extracted by your unit tests to invoke parallel Selenium tests.

</div>
@@ -1,5 +1,5 @@
<div>
The name of the Selenium host to be used. For tests run using Sauce Connect, this should be localhost.
ondemand.saucelabs.com can also be used to connect directly to Sauce OnDemand. The value of the host will be stored in the SAUCE_ONDEMAND_HOST environment variable.

</div>

0 comments on commit 42a3630

Please sign in to comment.