allure-kotlin
allure-kotlin copied to clipboard
Report from android instrumented test doesn't work
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.
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?