Allure Gradle plugin unnecessary triggers tests execution #2004
-
Hello, Allure Community! After adding the plugin (in Kotlin DSL): plugins {
id("io.qameta.allure") version "2.9.4"
} and invoking e.g. Looking at the
And analyzing the Build Scan, I see that:
However, I don't know what "additional actions" the scan means and how to figure them out. Could anyone help to figure out the root cause of this behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The issues was resolved by upgrading Allure from |
Beta Was this translation helpful? Give feedback.
The issues was resolved by upgrading Allure from
v2.9.4
tov2.11.2
.