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 was having this error: `NoMethodError: undefined method '+' for nil:NilClass` in my code and casting the id seem to fix it.
Traceback (most recent call last): 16: from C:/xxxxxx/xxxxxxx/features/support/hooks.rb:115:in `block in ' 15: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/report_builder-1.8/lib/report_builder.rb:76:in `build_report' 14: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/report_builder-1.8/lib/report_builder/builder.rb:41:in `build_report' 13: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/report_builder-1.8/lib/report_builder/builder.rb:41:in `open' 12: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/report_builder-1.8/lib/report_builder/builder.rb:42:in `block in build_report' 11:...
Had an issue loading reports this morning because the report contains references to minified js hosted on rawgit.com, which from their site was sunsetted in 2018. It appears theres some...
I configured to display the report: ``` at_exit do $driver.driver_quit ReportBuilder.input_path = 'reports/emissaoDeApolice.json' ReportBuilder.configure do |config| config.report_path = 'resultsReportBuilder/my_test_report' config.report_types = [:json, :html] end options = { report_title: 'My Test...
hi, thanks for this library i use flutter_gherkin, when i build the report.json, i get error ``` fadhlimaulidri@Fadhlis-MBP bukalapak_seller_apps % report_builder -s test_driver/report/report-ios.json Traceback (most recent call last): 10: from...
added CLI arg option to achieve grouped features report through CLI, the string that works is of the following format: `key1:value1, key2:value2, key3:value3...` Tested for couple of different inputs and...
Cucumber 4+ has a default output format called [messages](https://github.com/cucumber/cucumber/tree/master/messages). While I've been able to use the [stand-alone json formatter](https://github.com/cucumber/cucumber/tree/master/json-formatter) to convert `messages` into `json` for use with `report_builder`, it would...
- Seems report builder is not working with cucumber version 5.1.0
I tried adding some additional javascript as both a string and file path, and it wasn't showing up at the footer of the HTML as expected. Looking at the ReportBuilder.additional_js=...
Bypass filesystem if needed, or output to an open File object, instead of writing to a given filename.