Closed garethleonard closed 5 years ago
Hi @garethleonard thanks for feedback
1) are there any error logs? 2) could you please share repo with reproducable example it will help a lot.
Looks like I am also running into the same issue.
We have return new Promise(resolve => setTimeout(resolve, 5000));
in onComplete for v4 version and it worked fine. I have added same in v5 as well.
Please check trace output here. Hope it helps.
@prathameshnyt could you please share repo with reproducable example
Thanks @BorisOsipov. As per your doc added
"wdio-reportportal-service": "5.0.0"
in package.json with wdio-reportportal-reporter and
const trsService = require("wdio-reportportal-service");
services = ['selenium-standalone', [trsService, {}]]
;
in wdio.conf. It worked fine after that.
Is this expected behavior? I meant, do we need to now add this service as well?
Is this expected behavior? I meant, do we need to now add this service as well?
yes it is described in reporter docs.
The problem
The ReportPortal launch does not close after the test is complete
Environment
Details
After the test run is complete the ReportPortal launch is not closed, it remains running and eventually times out.
Code To Reproduce Issue [ Good To Have ]