简体   繁体   中英

Incremental Instrumented Android Test Results

I am using TeamCity and I am looking at how to get incremental instrumented android test results.

To run the tests I run ./gradlew :TestApp:connectedAndroidDebugTest --info

This gives me output of what tests are running and their state but the full report is only generated at the end.

How can I get incremental android test results in TeamCity? I can add custom logs that TeamCity will pick up, but I am unsure where to add them in the gradle build file.

Looks like, you are using Command Line runner step.

Try using Gradle runner step instead. You will get on-the-fly test reporting with it. TeamCity will display each test as soon as it is executed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM