allure-framework / allure-kotlin

Allure integrations for test frameworks targeting Kotlin and Java with 1.6 source compatibility.
Apache License 2.0
57 stars 21 forks source link

how to scan all the cases in the AndroidTest apk #35

Closed wakelay closed 3 years ago

wakelay commented 3 years ago

I wonder if the AllureAndroidJUnitRunner can do this ..Thanks

viclovsky commented 3 years ago

Hi, @wakelay . Could you explain what does "scan all the cases" mean? What issue or problem are you solving?

wakelay commented 3 years ago

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;

Badya commented 3 years ago

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.