Closed wakelay closed 3 years ago
Hi, @wakelay . Could you explain what does "scan all the cases" mean? What issue or problem are you solving?
Hi, @wakelay . Could you explain what does "scan all the cases" mean? What issue or problem are you solving?
Hi @viclovsky ,I just want to know how many classes and cases in the AndroidTest.apk, I want to execute cases concurrently;
Hi, @wakelay . Could you explain what does "scan all the cases" mean? What issue or problem are you solving?
Hi @viclovsky ,I just want to know how many classes and cases in the AndroidTest.apk, I want to execute cases concurrently;
Hi, @wakelay, it doesn't seem to be allure related, since allure doesn't respond for launching and running tests. You can take a look at https://github.com/shazam/fork which I used to exec test cases on several devices in parallel.
I wonder if the AllureAndroidJUnitRunner can do this ..Thanks