summaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/resources/META-INF/aop-ajc.xml
blob: 8587abb2e1bd162bcc30646d8d72a5423b5b1e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<aspectj>

<aspects>
<aspect name="com.att.automation.common.report_portal_integration.aspects.StepAspects"/>
<aspect name="com.att.automation.common.report_portal_integration.aspects.WebDriverAspects"/>
<aspect name="com.att.automation.common.report_portal_integration.aspects.AssertAspects"/>
<aspect name="com.att.automation.common.report_portal_integration.aspects.ReportPortalAspects"/>
</aspects>
<weaver options="-Xset:weaveJavaxPackages=true -warn:none -Xlint:ignore">
<include within="org.openecomp.sdc.ci.tests..*"/>
<include within="com.att.automation..*"/>
<include within="com.epam..*"/>
<include within="org.testng.TestNG"/>
</weaver>
</aspectj>