allure-framework / allure-kotlin

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

Saucelabs integration #42

Open sergiilisovskyi opened 3 years ago

sergiilisovskyi commented 3 years ago

Hi guys,

Is there any other way to fetch allure-results.json files, except using 'adb pull /sdcard/allure-result' In my case we are running tests on saucelabs, and there is no chance for us to get allure-results.json using adb.

Maybe there is some other way to get allure-results.json, like sending the, over http to some host.

Thanks.