lovelysystems / robotframework-androidlibrary

Robot Framework Automation Library for Android
29 stars 22 forks source link

Setup and run a simple demo? #26

Closed tonymontgomery closed 11 years ago

tonymontgomery commented 11 years ago

I have been using calabash-android sucessfully for 3 to 4 weeks. I am interested in testing robotframework-android library. There are very little instructions. Is this documented in greater detail somewhere? Or can someone give me an example how to setup & run the included "ApiDemos" test? I am trying to start the test with 'bin/robotframwork tests'. It creates and launched the emulator, then shortly after all 7 tests say "FAIL" and the emulator closes. I am missing something here! Please Advise.

peritus commented 11 years ago

More detailed reports are in the log.html that is created by Robot Framework. You can also run with -L TRACE to see full stack traces that could point you to what goes wrong. If there is any particular error we can help you with, please open a new issue. Testing this library using itself is described in https://github.com/lovelysystems/robotframework-androidlibrary/blob/master/DEVELOPMENT.rst .. you could consult that.