minitest-hyper
minitest-hyper copied to clipboard
Pretty HTML reports for Minitest
Would it be possible to get a stacked bar chart instead of the pie chart as the tests visualization? ChartJS does support generating one -- https://travishorn.com/stacked-bar-chart-with-chart-js-846ebdf11c4e, and it appears we...
It is good to add the test data used to validate the scenario on either pass/fail. for example user name and password used to login to the app. May be...
minitest-hyper generated html report has no failure reason. Good to add the assertion failure message to the report
There are two possibilities I can envision for this: 1. A simple ability to sort test results by running time. This would probably be accompanied by sorting by other critieria....
It should be possible to filter test results according to the following types: - Failures - Errors - Skipped - Non-passing
Include information in the test report about: - Total test run time - Tests / sec? - Assertions / sec? It would also be good to show a graph of...
The README needs to include a section that describes the data structure passed to the report template. This will serve as a specification for developers wishing to supply custom report...
The test developer should be able to provide a custom ERB template file that will be used to generate a report. Custom templates should assume the same data structures as...
Please let me customize the test title to something other than "Minitest::Hyper Test Report".