From db98c7976e57f8bacbcc93b802b4d05b1db7b8cf Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 17 Jul 2019 18:02:48 +0300 Subject: Let API tests run without report_portal_integration, using dynamic loading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed @Step annotations, as pointcut is hardcoded in com.att->   .automation.common.report_portal_integration.aspects.StepAspects - Introduced ReportPortalListenerDelegator that loads com.att->   .automation.common.report_portal_integration if available - Optimized and organized dependencies - Upgrade maven-assembly-plugin to resolve "Java heap space" error. Issue-ID: VID-378 Change-Id: Iaf9279a48a1474d0ef6d0f514259dd383f6f5dbf Signed-off-by: Ittay Stern --- vid-automation/src/main/resources/reportportal.properties | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 vid-automation/src/main/resources/reportportal.properties (limited to 'vid-automation/src/main/resources') diff --git a/vid-automation/src/main/resources/reportportal.properties b/vid-automation/src/main/resources/reportportal.properties deleted file mode 100644 index ba8c26020..000000000 --- a/vid-automation/src/main/resources/reportportal.properties +++ /dev/null @@ -1,7 +0,0 @@ -rp.endpoint = http://reportportal.intl.att.com:8080 -rp.uuid=441fc8fa-84f9-468c-9c55-02b28c480770 -rp.project=VID -rp.mode=DEBUG -rp.enable=false -rp.launch=VID_UI -rp.skipped.issue = FALSE \ No newline at end of file -- cgit 1.2.3-korg