output_results_excel: Output ListReporter results in Excel format
Description
Output formatted ListReporter results to an Excel workbook using
openxlsx. The workbook consists of a summary sheet
showing aggregated results for each context, and one sheet per context
showing details of each unsuccessful test.
Usage
output_results_excel(results, file)
Value
The return value of openxlsx::saveWorkbook().
Arguments
results
An object of class testthat_results, e.g. output from
test_dir() or test_file().