You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally an unsupported format character means that the input that you are putting into (some function) needs to be read as a different encoding, typically the default is ascii and you might try utf-8.
Hi i am getting error on running code . can you please help
HTML_BODY= """
<title></title>
<style>
table {color: #333;font-family: calibri; width: 80%%;border-collapse:collapse; border-spacing: 0;}
td, th { border: 1px solid #CCC;width:100px; height: 30px; }
th {background: #F3F3F3;font-weight: bold;font-size: 13px;}
td {background: #FAFAFA;text-align: center; font-size: 12px;}
</style>
S.No.
Scenario Name
Total Test Cases
Passed Test Cases
Failed Test Cases
1
%s%
%s%
%s%
%s%
Total Scenario
Total Test Cases
Passed Test Cases
Failed Test Cases
%s%
%s%
%s%
%s%
""" %(self.__flow,self.__totalflowtestcases,self.__flowtestpass,self.__flowtestfail,self.__alltestcases,self.__alltestcases,self.__testpass,self.__testfail)
The text was updated successfully, but these errors were encountered: