-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last version of Allure plugin (gradle) does not work properly #109
Comments
We have also run into this with allure We get a couple of different errors:
And much more bizarrely there is an aspectj issue, which... i have zero idea why aspectj is being used since it's not configured in our application at all, and doesn't seem to be an issue when using jacoco
|
Note: the repo with the minimum reproducible issue has changed to https://github.com/RatedPower/qa-allure-issue |
Hello, kind regards |
Same issue. It does't work since earliest version with introducing several separate plugins (2.9.x) I suppose it somehow conflicts with Spring Framework proxying mechanism but I didn't have any chance to dig it deeper. Setting allure {
adapter {
aspectjWeaver.set(false)
}
} hasn't help, btw. |
I'm submitting a bug report cause by the latest version of the gradle plugin.
Hi,
we are having an issue with Gradle-Allure-Jacoco-Mockito combination when using the latest version of allure plugin.
Here you have a canonical piece of code to replicate this issue: allure-issue: Minimum.
We have tried downgrading the gradle allure plugin to 2.8.1 or jacoco to 0.8.8 and it works. But since our company has to meet some compliance requirements, we cannot use those versions
if you need further information, let us know please.
Thanks in advance
The text was updated successfully, but these errors were encountered: