agent-ruby
agent-ruby copied to clipboard
Agent - Ruby Cucumber and RSpec formatters
Hi, I am facing 'cannot load such file -- cucumber/formatter/hook_query_visitor' error while trying to use agent-ruby. cannot load such file -- cucumber/formatter/hook_query_visitor Error creating formatter: ReportPortal::Cucumber::Formatter (LoadError) C:/Ruby26/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require' C:/Ruby26/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in...
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...
#23 With this PR, RSpec now supports Parallel formatting if `attach_to_launch` is added, Single launch will be created and following test scenarios will be attached to it. else, multiple launches...
Our launches are getting created and the results pushed out to them but our rspec is failing with this error. Any idea? ``` TypeError: no implicit conversion of String into...
This may not necessarily be the "correct" approach, in terms of the ability to support both cucumber 3 and cucumber >= 4 But given the lack of issues reported, I...
**Describe the bug** When I run scenarios for example in 5 threads (1350 scenarios) (via parallel_tests gem), I can see only 3 threads (940 scenarios for example) in Repost Portal...
We have 1 issue (more of a request): reportPortal does not echo to stdout the feature/scenario/steps pass/fail count: 1 scenario (1 passed) 2 steps (2 passed) 0m58.186s This is causing...
All the embeddings regardless of type is showing up as a screenshot in console. This is true for V4 as well as V5 RC. screenshot below is from V5 Even...
For some reason, screenshots aren't getting saved correctly in ReportPortal, even those the screenshots are saved locally using the `Capybara.current_session.save_screenshot` method and I can pull them up using Finder. ![Screen...