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

Property allure.results.useTestStorage doesn't seem to work #70

Open vrnvorona opened 2 years ago

vrnvorona commented 2 years ago

I'm submitting a ...

What is the current behavior?

Currently setting allure.results.useTestStorage=true doesn't change how app under test saves report. By that I mean that report is still in /data/data/package/files folder, not in /sdcard. allure.results.directory works as expected, changes folder name just fine. I use latest atm 2.3.1 version and can't find traces of this property in it, while readme tells me to use this property if I use orchestrator. Seems like it's not yet merged into release.

Allure version 2.3.1
Test framework orchestrator@1.4.1, no idea about junit
Allure integration allure-kotlin-android@2.1.2
testRunner AllureAndroidJUnitRunner
Mishkun commented 2 years ago

It seems like pull-request with this feature was merged and not yet published as a new version

Mishkun commented 2 years ago

@vrnvorona New release just published, try using that

vrnvorona commented 2 years ago

@Mishkun It seems it's not yet on maven repository. When it hits I will surely try.

vrnvorona commented 2 years ago

@vrnvorona New release just published, try using that

Works like a charm now, thanks for release 🚀