-
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
When is new version of ReportPoral Gem due for release? #75
Comments
You can use master branch or specify commit from it in a Gemfile. Parallel running into the same launch is currently supported via one of these ways: First way:
Second way:
|
single thread works like a charm but for parallel execution its not working second way definately doesn't work, it basically executes the test but with some errors and basically its not finishing the launch. |
I can't provide an estimate. You can use the first way and master branch in the meantime. |
Thank you for the update i will definitely try the first way |
ignore above i was doing something wrong. @abotalov l will try to see if i can fix cucumber parallel and try to create a PR first way is not the ideal solution |
@chhatbarjignesh In case you prepare a PR, don't make it too large. Reviewing large PR with many unrelated changes is too hard. |
Is it possible to release a new version? There are a number of important changes like support for attributes in master. If needed, change version to 1.x so that users of older versions of report portal can use the old version of the gem. |
Please release a new gem |
When will new version of ReportPoral Gem due for release? last one was released in March.
I tried to create gem from code in Master branch, but its having trouble with Parallel reporting.
I am having few issues while trying the 0.7
How to attach report to existing launch?
I am creating a launch from Jenkins and I need to pass that launch ID to my test. I tried to provide launch Id in the Re
uuid: 9e043eb3-ae8c-41f3-9d4c-81507917d1bb
endpoint: http://11.129.44.69:8080/api/v1
project: user_personal
launch:NGUX
#group_by_folder: true
#skip_reporting_hierarchy: true
tags: [LUX, Chrome]
launch_id: 5db1a76eb9d82100013c9439
I am receiving below warning message whenever attachment is getting uploaded
c:/../../vendor/bundle/ruby/2.3.0/gems/rest-client-2.1.0-x64-mingw32/lib/restclient/request.rb:402:in `block in make_headers': warning: Overriding "Content-Type" header "multipart/form-data" with "multipart/form-data; boundary=----RubyFormBoundaryreFEoYrSWQ4hy2kN" due to payload (StructuredWarnings::StandardWarning)
The text was updated successfully, but these errors were encountered: