frisbee icon indicating copy to clipboard operation
frisbee copied to clipboard

Run connectedTests on CI

Open tasomaniac opened this issue 10 years ago • 3 comments
trafficstars

We should run connectedTests on an emulator on Travis. Memory of Travis env may not be enough. We should try and see.

This is also related to #417

tasomaniac avatar Jul 30 '15 07:07 tasomaniac

Little bit research. Our tests successfully run on a device with the app already setup. When I delete the app and run ./gradlew connectedCheck it fails. It is because, at first the chapters are not gotten from the network. App is not initialized etc. Even if MainActivityTest tries to open MainActivity, it redirects it to FirstStartActivitiy.

tasomaniac avatar Aug 02 '15 16:08 tasomaniac

most work is already done in https://github.com/gdg-x/frisbee/tree/ci/integration-tests

friedger avatar Jun 03 '16 20:06 friedger

The work is done but it does not quite reliable. The main problem is the spinner in the main page. Once we replace it, I am planning to try again.

On Fri, Jun 3, 2016, 23:04 Friedger Müffke [email protected] wrote:

most work is already done in https://github.com/gdg-x/frisbee/tree/ci/integration-tests

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/gdg-x/frisbee/issues/438#issuecomment-223680519, or mute the thread https://github.com/notifications/unsubscribe/AAuly82tZDNYKUAYjw_9s6S6gHTrXsvoks5qIIjQgaJpZM4FikUU .

tasomaniac avatar Jun 04 '16 06:06 tasomaniac