-
Notifications
You must be signed in to change notification settings - Fork 43
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
[QUESTION]: is there a way to Merge the Parallel threads in one #35
Comments
@bheemreddy181 there 2 ways, how another integrations make this:
http://reportportal.io/docs/Operations-under-launches%3Emerge-launches |
@DzmitryHumianiuk Can I get some help on doing this on agent-ruby? |
@bheemreddy181 we don’t have support team for that. Link available from landing page |
@bheemreddy181 did you try ReportPortal::Cucumber::ParallelFormatter ? If you need implement your own solution you can how it is already implemented in parallel_report.rb |
and your statement above is wrong :-) |
Hi, My project starts multiple pytest executions in parallel. How can i send parallel execution results to same launch |
right now there isn't a way to do it unless someone contributes to this repo |
In that case can you please provide the details of the Merge API of ReportPortal? How to fetch launch ids from the parallel runs so that i can send them to the merge API? |
https://stackoverflow.com/questions/42110425/rest-api-documentation-for-reportportal, fetching launch ID's is something which we have to code for on this repo |
thanks @bheemreddy181, but i need to give the launch names (along with ids) to this API to merge, is there anyway to get these details from the present pytest run? |
No description provided.
The text was updated successfully, but these errors were encountered: