Read test results from CSV files in a directory.

read_csv_test_results(test_output_dir)

Arguments

test_output_dir

path to a directory containing test output files. Each CSV file should have an accompanying JSON file. See input_formats.

Value

List of two elements, a tibble with test result ("results") and metadata information for each test result set ("info").