Skip to content

Commit

Permalink
fix(jbehave5): enable step & attachment aspects (via #1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Apr 3, 2024
1 parent c2268cb commit 852a7ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions allure-jbehave5/src/main/resources/META-INF/aop-ajc.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<aspectj>
<weaver options="-warn:none -Xlint:ignore"/>
<aspects>
<aspect name="io.qameta.allure.aspects.StepsAspects"/>
<aspect name="io.qameta.allure.aspects.AttachmentsAspects"/>
</aspects>
</aspectj>

0 comments on commit 852a7ba

Please sign in to comment.