diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-07-17 18:02:48 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-07-17 18:06:43 +0300 |
commit | db98c7976e57f8bacbcc93b802b4d05b1db7b8cf (patch) | |
tree | bba7b3205637c2dc8865599b24616ecccc6a199a /vid-automation/src/main/resources | |
parent | 5f9fd8e2506de6ce7dc27d0fba009724e440f15d (diff) |
Let API tests run without report_portal_integration, using dynamic loading
- 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 <ittay.stern@att.com>
Diffstat (limited to 'vid-automation/src/main/resources')
-rw-r--r-- | vid-automation/src/main/resources/reportportal.properties | 7 |
1 files changed, 0 insertions, 7 deletions
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 |