Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 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> |