Bug 180082

Summary: WebDriver: add an option to dump test results to a json file
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebDriverAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, clopez, ews-watchlist, glenn, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bburg: review+

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.