No issue: Add shared docs/team links to parse-ui-test.py

upstream-sync
Aaron Train 2 years ago committed by mergify[bot]
parent 7b04eba324
commit 4263ccf937

@ -56,6 +56,9 @@ def main():
print("| --- | --- | --- | --- |\n")
for matrix, matrix_result in matrix_ids.items():
print("| {matrixId} | {outcome} | [logs]({webLink}) | {axes[0][details]}\n".format(**matrix_result))
print("---\n")
print("[mozila-mobile Shared Documentation](https://github.com/mozilla-mobile/shared-docs) | "
"[Mobile Test Engineering](https://mana.mozilla.org/wiki/display/MTE/Mobile+Test+Engineering)")
if __name__ == "__main__":

Loading…
Cancel
Save