ReportBuilder
ReportBuilder copied to clipboard
Ruby gem to merge Cucumber JSON reports and build mobile-friendly HTML Test Report, JSON report and retry file.
I would like to remove some embedded data from cucumber execution in order to reduce the report’s size. Is there some way to do it? For example, something like `--no-images`...
Would be great to be able to link to a feature or scenario. Not sure of the framework considerations here and i haven't delved into the code to see if...
Drilldown to Examples level for scenario outline What I am looking for is in case of scenario outline can I further drill down to example level in the Overview for...
I am getting this error running the project with cucumber 8.0.0 and ruby 3.1.2 ----------------------------------------------------------- report_builder-1.9/lib/report_builder/builder.rb:67: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use...
While creating report using report_builder in ruby, its giving error as .rbenv/versions/3.0.3/lib/ruby/gems/3.0.0/gems/report_builder-1.9/lib/report_builder/builder.rb:198:in `block (2 levels) in get_features': undefined method `+' for nil:NilClass (NoMethodError) from /home/axc29/.rbenv/versions/3.0.3/lib/ruby/gems/3.0.0/gems/report_builder-1.9/lib/report_builder/builder.rb:197:in `each' from /home/axc29/.rbenv/versions/3.0.3/lib/ruby/gems/3.0.0/gems/report_builder-1.9/lib/report_builder/builder.rb:197:in `group_by' from...
When I attempt to generate a file, it writes the contents of the file to the console instead of to the file that is supposed to be generated. After reviewing...
https://github.com/rajatthareja/ReportBuilder/blob/57fdd658f9127a173b07c80f7d4418c9e151fe36/template/step.erb#L18 ``` (erb):18:in `block (6 levels) in build_report': undefined method `+' for nil:NilClass (NoMethodError) from (erb):17:in `each' from (erb):17:in `block (5 levels) in build_report' from (erb):15:in `each' from (erb):15:in `block...
please update your report builder there are dependency gem that deprecated relate latest version of Capybara & Ruby