RESOLVED FIXED Bug 180082
WebDriver: add an option to dump test results to a json file
https://bugs.webkit.org/show_bug.cgi?id=180082
Summary WebDriver: add an option to dump test results to a json file
Carlos Garcia Campos
Reported 2017-11-28 08:15:19 PST
Add --json-output command line option to run-webdriver-tests to dump test results to a json file in a format compatible with the W3C report. See https://w3c.github.io/webdriver/results/2017-11/html/all.html
Attachments
Patch (7.36 KB, patch)
2017-11-28 08:22 PST, Carlos Garcia Campos
bburg: review+
Carlos Garcia Campos
Comment 1 2017-11-28 08:22:36 PST
Blaze Burg
Comment 2 2017-11-28 12:45:48 PST
Comment on attachment 327752 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=327752&action=review r=me > Tools/Scripts/run-webdriver-tests:51 > + help='Write results to JSON file at the given path') Please set the metavariable. > Tools/Scripts/run-webdriver-tests:72 > + runner.dump_results_to_json_file(options.json_output) Please validate that the provided path exists, or create it if needed.
Carlos Garcia Campos
Comment 3 2017-11-28 23:26:03 PST
Radar WebKit Bug Importer
Comment 4 2017-11-28 23:27:30 PST
Note You need to log in before you can comment on or make changes to this bug.