Repository: cordova-paramedic
Updated Branches:
  refs/heads/master afad9b3d0 -> a8ed6943c


CB-11551 Updated README with Sauce Labs info


Project: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/commit/a8ed6943
Tree: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/tree/a8ed6943
Diff: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/diff/a8ed6943

Branch: refs/heads/master
Commit: a8ed6943ca5cc919a48766ec9520d3556330d51d
Parents: afad9b3
Author: Alexander Sorokin <[email protected]>
Authored: Mon Jul 11 15:17:30 2016 +0300
Committer: Alexander Sorokin <[email protected]>
Committed: Mon Jul 11 15:17:30 2016 +0300

----------------------------------------------------------------------
 README.md | 39 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 38 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/a8ed6943/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f56f9ba..eda1a8d 100644
--- a/README.md
+++ b/README.md
@@ -141,6 +141,44 @@ iOS only parameter. The path to the sample TCC DB file, 
with permissions, to be
 cordova-paramedic --platform ios --plugin cordova-plugin-contacts --tccDbPath 
tcc.db
 ```
 
+###Sauce-only arguments
+
+####--shouldUseSauce (optional)
+
+Run tests on [Sauce Labs](https://saucelabs.com/). You'll need to specify 
Sauce Labs username and access key using either --sauceUser and --sauceKey 
arguments or SAUCE_USER and SAUCE_ACCESS_KEY environment variables.
+
+####--buildName (optional)
+
+Build name to show on Sauce Labs dashboard.
+
+####--sauceUser (optional)
+
+Sauce Labs username.
+
+####--sauceKey (optional)
+
+Sauce Labs access key.
+
+```
+cordova-paramedic --platform ios --plugin cordova-plugin-contacts 
--shouldUseSauce --sauceUser ***** --sauceKey ***** --buildName 
"paramedic-test-01"
+```
+
+####--sauceDeviceName (optional)
+
+Name of the Sauce Labs emulator. For example, "iPhone Simulator". Please refer 
to the [Sauce Labs platforms list](https://saucelabs.com/platforms) to see 
available device names.
+
+####--saucePlatformVersion (optional)
+
+Platform version of the Sauce Labs emulator. For example, "9.3". Please refer 
to the [Sauce Labs platforms list](https://saucelabs.com/platforms) to see 
available platform versions.
+
+####--sauceAppiumVersion (optional)
+
+Appium version to use when running on Sauce Labs. For example, "1.5.3".
+
+```
+cordova-paramedic --platform ios --plugin cordova-plugin-contacts 
--shouldUseSauce --sauceUser ***** --sauceKey ***** --sauceDeviceName 'iPad 
Simulator" --saucePlatformVersion 9.1 --appiumVersion 1.5.2
+```
+
 ## Paramedic configuration file
 
 Configuration file is used when no parameters are passed to 
`cordova-paramedic` call or explicitly specified via `--config` parameter:
@@ -171,4 +209,3 @@ You can also use cordova-paramedic as a module directly :
   var paramedic = require('cordova-paramedic');
   paramedic.run(config);
 ```
-


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to