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

Report from android instrumented test doesn't work #39

Open dzolotov opened 3 years ago

dzolotov commented 3 years ago

I've made the with allure gradle plugin and with allure cli from json files, generated from allure-kotlin (instrumented test for Android JUnit4), but always 0 tests are displayed. Some investigations shown, that the issue in value "testCaseId": null and "rerunOf": null. When these lines were removed, report builds perfectly.

viclovsky commented 3 years ago

Hi, @dzolotov Could create an example project (on GitHub) or some test that reproduces the problem cause I didn't catch what is going on?