BorisOsipov / wdio-reportportal-service

Service for https://github.com/BorisOsipov/wdio-reportportal-reporter
MIT License
4 stars 4 forks source link

Creates a launch per test suite instead of one launch including all suites for given session #34

Closed zvpanchal closed 2 years ago

zvpanchal commented 2 years ago

Problem: When we run all test suites from the WebdriverIO in one session along with appium service, it creates 1 launch per test spec file on the Report Portal.

Expected outcome: There should only be 1 launch per test execution session, and it should include all test specs that is part of the test execution.

BorisOsipov commented 2 years ago

It is the same issue as in https://github.com/BorisOsipov/wdio-reportportal-service/issues/34 let's continue convo in #34