You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I am trying to make Kotlin to work with AspectJ compile time weaving for Allure reporting framework.
I've configured the POM by this model.
Here's the build section of my POM:
What I am trying to accomplish is to weave Allure Aspects at compile time. Those aspects are located in a dependency, and I am not explicitly using them in my code. Considering this thread - it should be possible to have Allure working with compile time weaving.
I do get the logger messages that jcabi is executed, but I don't get any allure results upon finishing the test run.
The text was updated successfully, but these errors were encountered:
Hi all, I am trying to make Kotlin to work with AspectJ compile time weaving for Allure reporting framework.
I've configured the POM by this model.
Here's the build section of my POM:
What I am trying to accomplish is to weave Allure Aspects at compile time. Those aspects are located in a dependency, and I am not explicitly using them in my code. Considering this thread - it should be possible to have Allure working with compile time weaving.
I do get the logger messages that jcabi is executed, but I don't get any allure results upon finishing the test run.
The text was updated successfully, but these errors were encountered: