You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/11/28 16:47:07 UTC

[cordova-paramedic] branch janpio-readme updated (1744f37 -> a3e3088)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janpio-readme
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git.


    from 1744f37  move some options around
     new 243fd15  add "test result server" subheadline
     new d1fe46c  remove browserify docs
     new a3e3088  add toc

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 47 insertions(+), 10 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 02/03: remove browserify docs

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-readme
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit d1fe46c06b26060984219fd77d256e97d5cef5c3
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Nov 28 17:46:46 2018 +0100

    remove browserify docs
---
 README.md | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/README.md b/README.md
index 96aa376..2757d66 100644
--- a/README.md
+++ b/README.md
@@ -177,14 +177,6 @@ Useful when testing on real device (`--device` parameter) so that tests results
 cordova-paramedic --platform ios --plugin cordova-plugin-inappbrowser --externalServerUrl http://10.0.8.254
 ```
 
-#### `--browserify` (optional)
-
-Plugins are browserified into cordova.js.
-
-```
-cordova-paramedic --platform ios --plugin cordova-plugin-inappbrowser --browserify
-```
-
 #### `--port` (optional)
 
 Port to use for posting results from emulator back to paramedic server (default is from `8008`). You can also specify a range using `--startport` and `endport` and paramedic will select the first available.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 01/03: add "test result server" subheadline

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-readme
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit 243fd15a1e60ab7fa323a2c62bdfd3dd5b51fafc
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Nov 28 17:46:39 2018 +0100

    add "test result server" subheadline
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bfba866..96aa376 100644
--- a/README.md
+++ b/README.md
@@ -158,10 +158,12 @@ Android only parameter. The device ID (from `adb devices`) of a device the tests
 cordova-paramedic --platform android --plugin cordova-plugin-contacts --target 02e7f7e9215da7f8
 ```
 
+### Test Result Server
+
 #### `--useTunnel` (optional)
 
 Use a tunnel (via [`localtunnel`](https://www.npmjs.com/package/localtunnel)) instead of local address (default is false).
-Useful when testing on real devices and don't want to specify external ip address (see `--externalServerUrl` above) of paramedic server.
+Useful when testing on real devices and don't want to specify external ip address (see `--externalServerUrl` below) of paramedic server.
 
 ```
 cordova-paramedic --platform ios --plugin cordova-plugin-inappbrowser --useTunnel


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 03/03: add toc

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-readme
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit a3e30886ffe7c23432b9a66da64458ef62f186a5
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Nov 28 17:46:51 2018 +0100

    add toc
---
 README.md | 45 ++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 44 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2757d66..4c3ae8f 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,50 @@ It is currently used to automatically run all plugin tests on CI.
 
 See this [workshop instructions for more explanation](https://kerrishotts.github.io/pgday/workshops/2017/campp/testing.html#cordova-paramedic).
 
-TODO paramedic server!?
+TODO paramedic server!? / Test Result Server
+
+
+## Table of Contents
+
+- [Supported Cordova Platforms](#supported-cordova-platforms)
+- [What?](#what-)
+- [Installation](#installation)
+- [Usage](#usage)
+  * [Common usages](#common-usages)
+- [Command Line Interface](#command-line-interface)
+  * [What to build/test](#what-to-build-test)
+    + [`--platform` (required)](#---platform---required-)
+    + [`--plugin` (required)](#---plugin---required-)
+    + [`--justbuild` (optional)](#---justbuild---optional-)
+    + [`--verbose` (optional)](#---verbose---optional-)
+    + [`--cli` (optional)](#---cli---optional-)
+  * [Emulator/Device to use for tests](#emulator-device-to-use-for-tests)
+    + [`--target` (optional)](#---target---optional-)
+  * [Test Result Server](#test-result-server)
+    + [`--useTunnel` (optional)](#---usetunnel---optional-)
+    + [`--externalServerUrl` (optional)](#---externalserverurl---optional-)
+    + [`--browserify` (optional)](#---browserify---optional-)
+    + [`--port` (optional)](#---port---optional-)
+  * [Test Configuration](#test-configuration)
+    + [`--timeout` (optional)](#---timeout---optional-)
+    + [`--outputDir` (optional)](#---outputdir---optional-)
+    + [`--cleanUpAfterRun` (optional)](#---cleanupafterrun---optional-)
+    + [`--logMins` (optional)](#---logmins---optional-)
+    + [`--tccDb` (optional)](#---tccdb---optional-)
+  * [Sauce Labs](#sauce-labs)
+    + [`--shouldUseSauce` (optional)](#---shouldusesauce---optional-)
+    + [`--buildName` (optional)](#---buildname---optional-)
+    + [`--sauceUser` (optional)](#---sauceuser---optional-)
+    + [`--sauceKey` (optional)](#---saucekey---optional-)
+    + [`--sauceDeviceName` (optional)](#---saucedevicename---optional-)
+    + [`--saucePlatformVersion` (optional)](#---sauceplatformversion---optional-)
+    + [`--sauceAppiumVersion` (optional)](#---sauceappiumversion---optional-)
+- [Configuration file](#configuration-file)
+- [Windows quirks](#windows-quirks)
+- [API Interface](#api-interface)
+
+<!--<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>-->
+
 
 ## Supported Cordova Platforms
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org