Skip to content

Commit

Permalink
Bug 1401489 - Generate wptreport json files for web-platform tests in…
Browse files Browse the repository at this point in the history
… CI, r=maja_zf

This uploads a JSON summary of the results, without extra logging or
expectation data or anything. It is mostly useful for comparing the
results from two runs e.g. in a dashboard.

MozReview-Commit-ID: Ac45NVBxhy8
  • Loading branch information
jgraham committed Sep 20, 2017
1 parent 600271e commit ea6093a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/mozharness/scripts/web_platform_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ def _query_cmd(self):
cmd += ["--log-raw=-",
"--log-raw=%s" % os.path.join(dirs["abs_blob_upload_dir"],
"wpt_raw.log"),
"--log-wptreport=%s" % os.path.join(dirs["abs_blob_upload_dir"],
"wptreport.json"),
"--log-errorsummary=%s" % os.path.join(dirs["abs_blob_upload_dir"],
"wpt_errorsummary.log"),
"--binary=%s" % self.binary_path,
Expand Down

0 comments on commit ea6093a

Please sign in to comment.