[fenix] Add matrix outcome details to parse-ui-test.py (https://github.com/mozilla-mobile/fenix/pull/19900)

pull/600/head
Aaron Train 3 years ago committed by GitHub
parent 3646becb54
commit 17689b2d5d

@ -52,10 +52,10 @@ def main():
print(yaml.safe_dump(android_args["gcloud"]["device"]))
print("# Results\n")
print("| matrix | result | logs |\n")
print("| --- | --- | --- |\n")
print("| matrix | result | logs | details \n")
print("| --- | --- | --- | --- |\n")
for matrix, matrix_result in matrix_ids.items():
print("| {matrixId} | {outcome} | [logs]({webLink}) |\n".format(**matrix_result))
print("| {matrixId} | {outcome} | [logs]({webLink}) | {testAxises[0][details]}\n".format(**matrix_result))
if __name__ == "__main__":

Loading…
Cancel
Save