From 15b27b3fd102f5a34c9259b66be6e345b9ae1c9f Mon Sep 17 00:00:00 2001 From: cohenaa Date: Thu, 28 May 2015 09:55:42 -0400 Subject: [PATCH 1/2] Corrected README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 77f5444..be80adf 100755 --- a/README.md +++ b/README.md @@ -828,13 +828,14 @@ you should get the page to the state where you want it to be using other page ob robotframework-pageobjects integrates seamlessly with [Sauce Labs](http://saucelabs.com/), a cloud service allowing you to run Selenium-based jobs on a [multitude of browsers and platforms](https://docs.saucelabs.com/reference/platforms-configurator/#/). -Simply set at least the `sauce_apikey`, `sauce_username`, `sauce_platform` and the `browser` -built-in IFT options. See the Built-in options section [above](#built-in-options-for-page) for options -related to running tests in Sauce. +To use Sauce: + +1. Make sure you have an account with a valid username, API key and web login. +1. Set the `sauce_apikey`, `sauce_username`, `sauce_platform` and the `browser` option to a browser +other than phantomjs. -Your page objects will automatically tag your Robot Sauce jobs with their -associated test names and -test status. +See the Built-in options section [above](#built-in-options-for-page) for options +related to running tests in Sauce. ## Logging Reporting & Debugging From de2c840c7a038ce18c5b018bfb8010b9d65c73b2 Mon Sep 17 00:00:00 2001 From: cohenaa Date: Thu, 28 May 2015 09:58:42 -0400 Subject: [PATCH 2/2] More edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be80adf..421ba6e 100755 --- a/README.md +++ b/README.md @@ -831,8 +831,8 @@ jobs on a [multitude of browsers and platforms](https://docs.saucelabs.com/refer To use Sauce: 1. Make sure you have an account with a valid username, API key and web login. -1. Set the `sauce_apikey`, `sauce_username`, `sauce_platform` and the `browser` option to a browser -other than phantomjs. +1. Set the `sauce_apikey`, `sauce_username`, and the `sauce_platform` options. +1. Set the `browser` option to a browser other than phantomjs. See the Built-in options section [above](#built-in-options-for-page) for options related to running tests in Sauce.