-
Notifications
You must be signed in to change notification settings - Fork 14
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
Tests run never seem to finish on their own #25
Comments
@ElenaRomanchuk could you please take a look? |
@jhendershott |
Got it the Launch interuption time is what I'm looking for. I need to figure out why it's not ending it, but this a perfect stop gap in the meantime. |
@jhendershott |
@ElenaRomanchuk thanks for the suggestion! I'll try it out and let you know. |
Hi @jhendershott , |
@jhendershott Please, let us know if it solves your problem. |
Hi, I'm using the latest released version and have the same issue. I'm using protractor and the test runs and finishes as expected. I have a launch show up in my report portal server but it shows as "In Progress" and 3 out of the 4 test steps shows as "In Progress" and only one shows as "Passed" I have not added any report API to my tests, I've only configured the report in mochaOpts What sets the state of a test or suite in report portal? When is the state changed? |
Hi, it should be enough to configure the reporter and reporterOptions in mochaOpts. Mocha reporter gets "start test" and "end test" events from the runner which protractor uses to run the tests. So, it should work out of the box. Which version of protractor do you use? We will investigate this issue. |
These are the versions I'm using: "protractor": "^5.4.2", Edit: I tried updating to the latest versions and still same issue: |
Any update on this? |
Any update? |
Hi, i'm seeing the same problem
The only way I was able to make my launches finish is to use but to be able to use this method I needed to know current launch id - so had to extend mocha reporter from @reportportal/agent-js-mocha to expose launch id. |
I have the same issue using |
Any resolution for this? Current seeing this intermittently for "@reportportal/agent-js-webdriverio": "^5.0.3", "@wdio/cli": "^7.19.7", |
This is probably more an issue with my implementation, but I'm using the rp-mocha-reporter and it's starting and logging the launches, however, it doesn't seem to resolve in a timely manner. I'm pretty new to this but currently, I'm having to force finish.
Is there a timeout on this? or something I should be doing after the tests to clean this up?
The text was updated successfully, but these errors were encountered: