bitrise-steplib / steps-virtual-device-testing-for-android

MIT License
22 stars 23 forks source link

Results of tests? #15

Closed PaulWoitaschek closed 6 years ago

PaulWoitaschek commented 6 years ago

I don't understand how I get the test results. I successfully ran the tests but I can't make anything of the result:

---
Model         API Level   Locale     Orientation   
NexusLowRes   24          portrait   en            
---
- AppPackageID: 
- TestType: instrumentation
- TestApkPath: /bitrise/deploy/app-production-debug-androidTest.apk
- InstTestPackageID: 
- InstTestRunnerClass: 
- InstTestTargets: 
- UseOrchestrator: false

Upload APKs
=> APKs uploaded

Start test
=> Test started

Waiting for test results
- Validating
- (1/1) running
- (0/1) running
=> Test finished

Test results:
Model         API Level   Locale   Orientation   Outcome              
NexusLowRes   24          en       portrait      failure   
|                                                                              |
+---+---------------------------------------------------------------+----------+
| x | App Instrumentation Test (exit code: 1)                       | 513 sec  |
+---+---------------------------------------------------------------+----------+
| Issue tracker: ...se-steplib/steps-virtual-device-testing-for-android/issues |
| Source: ...thub.com/bitrise-steplib/steps-virtual-device-testing-for-android |
+---+---------------------------------------------------------------+----------+
viktorbenei commented 6 years ago

Hi @PaulWoitaschek ,

Right now the results are only shown on the UI:

vdt-tab

viktorbenei commented 6 years ago

Related intro blog post: https://blog.bitrise.io/introducing-solid-and-snappy-virtual-device-testing-for-android

PaulWoitaschek commented 6 years ago

Thank you! Maybe just add a message where to find test results?

viktorbenei commented 6 years ago

Definitely, on our list! ;)