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

Filtering by TAG in report #82

Closed cuisygan1995 closed 6 months ago

cuisygan1995 commented 6 months ago

I noticed that in allure2 can search case by tag (https://github.com/allure-framework/allure2/pull/1637) I tried it in android, it do not works for me, do we have such function in android? my version is 2.4.0: androidTestImplementation "io.qameta.allure:allure-kotlin-model:2.4.0" androidTestImplementation "io.qameta.allure:allure-kotlin-commons:2.4.0" androidTestImplementation "io.qameta.allure:allure-kotlin-junit4:2.4.0" androidTestImplementation "io.qameta.allure:allure-kotlin-android:2.4.0"

cuisygan1995 commented 6 months ago

use allure version 2.29.0 works well