Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Vividus with Report Portal v.5.0 so that logs and screenshots are available #975

Closed
irinakartun opened this issue Oct 1, 2020 · 1 comment · Fixed by #1731
Closed
Labels
feature New feature or request
Milestone

Comments

@irinakartun
Copy link

Steps to reproduce:

  • add next dependency into build.gradle:
    compile group: 'org.vividus', name: 'vividus-agent-reportportal', version: '0.2.5'

  • create reportportal.properties file with values:
    system.rp.enable=true
    system.rp.endpoint=https://reportportal.epam.com
    system.rp.uuid=***
    system.rp.launch=LOCAL_LAUNCH
    system.rp.project=***

-run stories -> launch is created in RP, stack trace and attachments are not available for failed steps

image

@irinakartun irinakartun added the feature New feature or request label Oct 1, 2020
@valfirst
Copy link
Collaborator

Partially blocked by apache/logging-log4j2#440

This was referenced Jun 17, 2021
@valfirst valfirst added this to the 0.3.7 milestone Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants