blob: 8587abb2e1bd162bcc30646d8d72a5423b5b1e4a [file] [log] [blame]
Michael Landoa5445102018-03-04 14:53:33 +02001<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>