Skip to content

Commit ea6093a

Browse files
committed
Bug 1401489 - Generate wptreport json files for web-platform tests in 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
1 parent 600271e commit ea6093a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/mozharness/scripts/web_platform_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ def _query_cmd(self):
186186
cmd += ["--log-raw=-",
187187
"--log-raw=%s" % os.path.join(dirs["abs_blob_upload_dir"],
188188
"wpt_raw.log"),
189+
"--log-wptreport=%s" % os.path.join(dirs["abs_blob_upload_dir"],
190+
"wptreport.json"),
189191
"--log-errorsummary=%s" % os.path.join(dirs["abs_blob_upload_dir"],
190192
"wpt_errorsummary.log"),
191193
"--binary=%s" % self.binary_path,

0 commit comments

Comments
 (0)