0

I have functional autotests for some SDK (as aar-libs) and TeamCity CI server with several Android devices and emulators connected on. If I use gradle to run my tests (./gradlew connectedDebugAndroidTest), all tests will run on each device, but each next results will overwrite previous ones and TeamCity will show only the last results.

I have to distinct these results and should know which results from what device/emulator.

Any ideas?

pbelov
  • 445
  • 6
  • 20

1 Answers1

0

Decided to create additional build configuration on Team City, which will parse all connected devices from adb devices and trigger all other configurations passing device name as parameter

pbelov
  • 445
  • 6
  • 20