reportportal / agent-python-pytest

Framework integration with PyTest
Apache License 2.0
94 stars 102 forks source link

When reporting to an existing launch, the launch gets closed by the agent #299

Closed dagansandler closed 2 years ago

dagansandler commented 2 years ago

name: Bug report about: Create a report to help us improve title: 'When reporting to an existing launch, the launch gets closed by the agent' labels: bug assignees: ''


Describe the bug When reporting to an existing launch, the launch gets closed by the agent, although documentation suggests lifecycle of the launch will not be handled by the plugin.

Steps to Reproduce Steps to reproduce the behavior:

  1. Create a launch through REST API
  2. Run some test using -o rp_launch_id=xxx-yyy-zzz with the launch id.

Expected behavior The launch that was created using REST API should remain open

Actual behavior The launch is closed

Package versions pytest-reportportal=5.0.11 reportportal-client=5.0.12