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

Allure Android Sample #20

Closed kamildziadek closed 4 years ago

kamildziadek commented 4 years ago
viclovsky commented 4 years ago

Everything else looks good for me

kamildziadek commented 4 years ago

Could you also add Activity crash test like this ? To be honest we have a bug with that in allure-android. So, it will be great to see if it has gone or not.

I have added the requested activity. The crash that happens in the background is not reported, unfortunately. I have added a comment about the reason it doesn't work: the JUnit listener is not notified properly. I don't think it will be possible to fix this issue as it seems like Android instrumentation issue.