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

MIT License
22 stars 23 forks source link

Question: Is this task running tests in series for multiple devices? #40

Closed tir38 closed 5 years ago

tir38 commented 5 years ago

If I run a set of tests on two separate devices, do these run in parallel or series? My initial impression is that this task is waiting for one set of tests to complete before starting another emulator on FTL and starting tests on that second device.

fehersanyi-bitrise commented 5 years ago

Hello there!

As far as I know it runs parallel.

tir38 commented 5 years ago

Ok, looking at logs in my tests I see they are running at the same time. Thanks.