On Wed, May 29, 2013 at 1:36 PM, Apostolos Emmanouilidis <
aemmanou(a)redhat.com> wrote:
**
Hi,
We have added some tests [1] for the AeroGear Android Pipes. The tests are
executed on TravisCI [2]
Both [3] simulation tests (like those included inside the
aerogear-android-integration-tests which simulate the HTTP response) and
real tests (using a rest service which is deployed on a JBoss AS 7 instance
on the TravisCI machine) are executed in each build.
The TravisCI build procedure is the following:
1. The Android SDK is installed on the TravisCI headless machine
2. An Android emulator is started (without skin)
3. The REST service is built. Jboss AS 7 distribution is downloaded
4. The JBoss Server is started. This script [4] waits until the server is
started up.
5. The REST service WAR is deployed on JBoss AS.
6. The Android tests are executed inside the emulator
Nice test case
I'd like to add some cases to test the CORs support. Is there
any
specific configuration on pipelines/pipes or CORs is enabled and supported
by default?
You don't need any configuration for it.