Add matrix outcome details to parse-ui-test.py (#19900)

upstream-sync
Aaron Train 3 years ago committed by GitHub
parent 1e05e23b23
commit e6e7b1ab92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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