Sync Integ to Master
[sdc.git] / ui-ci / src / main / resources / META-INF / aop-ajc.xml
1 <aspectj>
2
3 <aspects>
4 <aspect name="com.att.automation.common.report_portal_integration.aspects.StepAspects"/>
5 <aspect name="com.att.automation.common.report_portal_integration.aspects.WebDriverAspects"/>
6 <aspect name="com.att.automation.common.report_portal_integration.aspects.AssertAspects"/>
7 <aspect name="com.att.automation.common.report_portal_integration.aspects.ReportPortalAspects"/>
8 </aspects>
9 <weaver options="-Xset:weaveJavaxPackages=true -warn:none -Xlint:ignore">
10 <include within="org.openecomp.sdc.ci.tests..*"/>
11 <include within="com.att.automation..*"/>
12 <include within="com.epam..*"/>
13 <include within="org.testng.TestNG"/>
14 </weaver>
15 </aspectj>