Add a function to remove html tages from traces

Remove html tags from test case trace test results

Related-prod: PRODX-47162

Change-Id: Ib133ae08ff7422be17996b24f6fb6fa8a540d2d2
diff --git a/update_testrail_xml/cmd.py b/update_testrail_xml/cmd.py
index ea7a5f3..409dbc5 100644
--- a/update_testrail_xml/cmd.py
+++ b/update_testrail_xml/cmd.py
@@ -241,6 +241,7 @@
     reporter.update_testcases(all_empty_cases)
     reporter.delete_duplicates()
     reporter.cut_long_traces(trace_len)
+    reporter.remove_html_tags_in_traces()
     reporter.delete_temporary_file()