Closed Agurul closed 5 years ago
You can probably use RSpec.configuration.reporter.message('text')
to report custom messages - https://github.com/reportportal/agent-ruby/blob/master/lib/report_portal/rspec/formatter.rb#L99
Thanks for prompt response. Can you please elaborate where can I use the above command in my project, I have report_portal.yml config file alone in my project as part of rp integration.
I assumed you want to send a message from rspec scenario. Here is an example - https://github.com/reportportal/agent-ruby/blob/fa7b5cf477c43234aca3f89f09bc1cfa3b2d794e/tests/spec/test_spec.rb#L5
Super! It worked for me.. Thanks a ton
I have rspec test results which stored in csv file. I will not use expect in my rspec file due to huge data records validation. Report portal is not showing any results for my Passed test case.
Is it possible to avail my csv results file from project directory to report portal ?