agent-ruby
agent-ruby copied to clipboard
Agent - Ruby Cucumber and RSpec formatters
Currently the Ruby Cucumber JUnit Output Formatter does not include any STDOUT or STDERR output into the test execution output either at the suites or the test case levels. This...
Can we use this library with [Minitest ](https://github.com/seattlerb/minitest)? Currently, I run the whole tests suites and then import the report to reportportal. JUnit reports are generated using this library. https://github.com/kern/minitest-reporters
Greetings, I'm looking for guidance on the proper usage of the parallel_tests gem. The readme states to use the following format, but I am having trouble figuring out what options...
Currently, only 1 spec result is displayed when running 2 specs (1 per node) in parallel in 1 `Launch`: `bundle exec parallel_rspec specs/ -n 2 -o '-f ReportPortal::RSpec::Formatter'` Would love...
* Invalid host (without /api/v1) * invalid config (= instead of :) https://reportportal.slack.com/archives/C2GTZU8N5/p1566506191114700
Rubocop was introduced in https://github.com/reportportal/agent-ruby/pull/43. We should address TODOs one by one - create a PR per one / several offenses to ease reviewing. - [x] Layout/AlignArguments - [ ]...