Browse Source

feat: new RF/demo report file

master
梁金满 4 years ago
parent
commit
92b696ded6
3 changed files with 30 additions and 30 deletions
  1. 8
      log.html
  2. 46
      output.xml
  3. 6
      report.html

8
log.html

@ -1735,13 +1735,13 @@ function stopPropagation(event) {
window.output = {}; window.output = {};
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
window.output["suite"] = [1,2,3,0,[],[1,0,205],[],[[4,0,1,0,[],[1,120,84],[[0,5,6,0,7,0,0,0,[1,121,1],[],[]],[0,8,9,0,10,11,0,0,[1,122,1],[],[[122,2,12]]],[0,13,14,0,15,16,17,0,[1,123,0],[],[[123,2,18]]],[0,19,9,0,20,21,22,0,[1,123,77],[],[[200,2,23],[200,2,24],[200,2,25]]],[0,26,14,0,27,28,0,0,[1,201,0],[],[[201,2,29]]],[0,26,14,0,27,30,0,0,[1,202,0],[],[[202,2,31]]],[0,26,14,0,27,32,0,0,[1,202,1],[],[[203,2,33]]],[0,34,14,0,35,36,0,0,[1,203,0],[],[[203,2,37]]],[0,38,14,0,39,40,0,0,[1,204,0],[],[]]]]],[],[1,1,1,1]];
window.output["suite"] = [1,2,3,0,[],[1,0,199],[],[[4,0,1,0,[],[1,117,82],[[0,5,6,0,7,0,0,0,[1,117,1],[],[]],[0,8,9,0,10,11,0,0,[1,118,1],[],[[118,2,12]]],[0,13,14,0,15,16,17,0,[1,119,0],[],[[119,2,18]]],[0,19,9,0,20,21,22,0,[1,119,76],[],[[194,2,23],[195,2,24],[195,2,25]]],[0,26,14,0,27,28,0,0,[1,195,1],[],[[196,2,29]]],[0,26,14,0,27,30,0,0,[1,196,1],[],[[197,2,31]]],[0,26,14,0,27,32,0,0,[1,197,0],[],[[197,2,33]]],[0,34,14,0,35,36,0,0,[1,198,0],[],[[198,2,37]]],[0,38,14,0,39,40,0,0,[1,198,1],[],[]]]]],[],[1,1,1,1]];
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
window.output["strings"] = []; window.output["strings"] = [];
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
window.output["strings"] = window.output["strings"].concat(["*","*Login Get Info","*/root/yyt-trading-rf-api/yyt_trading/login_get_info.robot","*yyt_trading/login_get_info.robot","*login_customer","*Disable Warnings","*urllib3","*<p>Helper for quickly disabling all urllib3 warnings.\x3c/p>","*Create Session","*RequestsLibrary","*<p>Create Session: create a HTTP session to a server\x3c/p>","*uecclient, <a href=\"https://api-client-uec-test.qniao.cn\">https://api-client-uec-test.qniao.cn\x3c/a>, headers=${cloud_factory_header}","*Creating Session using : alias=uecclient, url=https://api-client-uec-test.qniao.cn, headers={'Content-Type': 'application/json;charset=UTF-8', 'X-APP-ID': '503258978847965388'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 ","*Set Variable","*BuiltIn","*<p>Returns the given values which can then be assigned to a variables.\x3c/p>","*{\"accountType\":2,\"account\":\"13000000000\",\"captcha\":\"888888\"}","*${body}","*${body} = {\"accountType\":2,\"account\":\"13000000000\",\"captcha\":\"888888\"}","*Post On Session","*<p>Sends a POST request on a previously created HTTP Session.\x3c/p>","*uecclient, /uec/authorize/by-captcha, ${body}","*${response}","*POST Request : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha \n path_url=/uec/authorize/by-captcha \n headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json;charset=UTF-8', 'X-APP-ID': '503258978847965388', 'Content-Length': '60'} \n body={\"accountType\":2,\"account\":\"13000000000\",\"captcha\":\"888888\"} \n ","*POST Response : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha \n status=200, reason= \n headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 20 Aug 2021 01:34:43 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} \n body={\"code\":0,\"message\":\"successful\",\"data\":{\"token\":\"iHP4V/g6O5DXHixyNrf7tnXugE03gmmVVVkL14dTnSgmMKFn8pruscVJfkmIA1Ca\",\"userId\":\"4163\"}} \n ","*${response} = &lt;Response [200]&gt;","*Log","*<p>Logs the given message with the given level.\x3c/p>","*${response.status_code}","*200","*${response.text}","*{\"code\":0,\"message\":\"successful\",\"data\":{\"token\":\"iHP4V/g6O5DXHixyNrf7tnXugE03gmmVVVkL14dTnSgmMKFn8pruscVJfkmIA1Ca\",\"userId\":\"4163\"}}","*${response.json()}","*{'code': 0, 'message': 'successful', 'data': {'token': 'iHP4V/g6O5DXHixyNrf7tnXugE03gmmVVVkL14dTnSgmMKFn8pruscVJfkmIA1Ca', 'userId': '4163'}}","*Should Be Equal As Numbers","*<p>Fails if objects are unequal after converting them to real numbers.\x3c/p>","*200, ${response.status_code}","*Argument types are:\n&lt;type 'unicode'&gt;\n&lt;class 'int'&gt;","*Should Be Equal As Strings","*<p>Fails if objects are unequal after converting them to strings.\x3c/p>","*successful, ${response.json()[\"message\"]}"]);
window.output["strings"] = window.output["strings"].concat(["*","*Login Get Info","*/root/yyt-trading-rf-api/yyt_trading/login_get_info.robot","*yyt_trading/login_get_info.robot","*login_customer","*Disable Warnings","*urllib3","*<p>Helper for quickly disabling all urllib3 warnings.\x3c/p>","*Create Session","*RequestsLibrary","*<p>Create Session: create a HTTP session to a server\x3c/p>","*uecclient, <a href=\"https://api-client-uec-test.qniao.cn\">https://api-client-uec-test.qniao.cn\x3c/a>, headers=${cloud_factory_header}","*Creating Session using : alias=uecclient, url=https://api-client-uec-test.qniao.cn, headers={'Content-Type': 'application/json;charset=UTF-8', 'X-APP-ID': '503258978847965388'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 ","*Set Variable","*BuiltIn","*<p>Returns the given values which can then be assigned to a variables.\x3c/p>","*{\"accountType\":2,\"account\":\"13000000000\",\"captcha\":\"888888\"}","*${body}","*${body} = {\"accountType\":2,\"account\":\"13000000000\",\"captcha\":\"888888\"}","*Post On Session","*<p>Sends a POST request on a previously created HTTP Session.\x3c/p>","*uecclient, /uec/authorize/by-captcha, ${body}","*${response}","*POST Request : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha \n path_url=/uec/authorize/by-captcha \n headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json;charset=UTF-8', 'X-APP-ID': '503258978847965388', 'Content-Length': '60'} \n body={\"accountType\":2,\"account\":\"13000000000\",\"captcha\":\"888888\"} \n ","*POST Response : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha \n status=200, reason= \n headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 20 Aug 2021 01:35:47 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} \n body={\"code\":0,\"message\":\"successful\",\"data\":{\"token\":\"iHP4V/g6O5DXHixyNrf7tnXugE03gmmVVVkL14dTnShGaKKB2ruLlb+j1MZPOX2H\",\"userId\":\"4163\"}} \n ","*${response} = &lt;Response [200]&gt;","*Log","*<p>Logs the given message with the given level.\x3c/p>","*${response.status_code}","*200","*${response.text}","*{\"code\":0,\"message\":\"successful\",\"data\":{\"token\":\"iHP4V/g6O5DXHixyNrf7tnXugE03gmmVVVkL14dTnShGaKKB2ruLlb+j1MZPOX2H\",\"userId\":\"4163\"}}","*${response.json()}","*{'code': 0, 'message': 'successful', 'data': {'token': 'iHP4V/g6O5DXHixyNrf7tnXugE03gmmVVVkL14dTnShGaKKB2ruLlb+j1MZPOX2H', 'userId': '4163'}}","*Should Be Equal As Numbers","*<p>Fails if objects are unequal after converting them to real numbers.\x3c/p>","*200, ${response.status_code}","*Argument types are:\n&lt;type 'unicode'&gt;\n&lt;class 'int'&gt;","*Should Be Equal As Strings","*<p>Fails if objects are unequal after converting them to strings.\x3c/p>","*successful, ${response.json()[\"message\"]}"]);
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
window.output["stats"] = [[{"elapsed":"00:00:00","fail":0,"label":"Critical Tests","pass":1},{"elapsed":"00:00:00","fail":0,"label":"All Tests","pass":1}],[],[{"elapsed":"00:00:00","fail":0,"id":"s1","label":"Login Get Info","name":"Login Get Info","pass":1}]]; window.output["stats"] = [[{"elapsed":"00:00:00","fail":0,"label":"Critical Tests","pass":1},{"elapsed":"00:00:00","fail":0,"label":"All Tests","pass":1}],[],[{"elapsed":"00:00:00","fail":0,"id":"s1","label":"Login Get Info","name":"Login Get Info","pass":1}]];
@ -1750,10 +1750,10 @@ window.output["stats"] = [[{"elapsed":"00:00:00","fail":0,"label":"Critical Test
window.output["errors"] = []; window.output["errors"] = [];
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
window.output["baseMillis"] = 1629423283567;
window.output["baseMillis"] = 1629423347499;
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
window.output["generated"] = 211;
window.output["generated"] = 206;
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
window.settings = {"defaultLevel":"INFO","minLevel":"INFO","reportURL":"report.html","rpa":false,"splitLogBase":"log","title":""}; window.settings = {"defaultLevel":"INFO","minLevel":"INFO","reportURL":"report.html","rpa":false,"splitLogBase":"log","title":""};

46
output.xml

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 3.1.2 (Python 3.6.8 on linux)" generated="20210820 09:34:43.566" rpa="false">
<robot generator="Robot 3.1.2 (Python 3.6.8 on linux)" generated="20210820 09:35:47.498" rpa="false">
<suite id="s1" name="Login Get Info" source="/root/yyt-trading-rf-api/yyt_trading/login_get_info.robot"> <suite id="s1" name="Login Get Info" source="/root/yyt-trading-rf-api/yyt_trading/login_get_info.robot">
<test id="s1-t1" name="login_customer"> <test id="s1-t1" name="login_customer">
<kw name="Disable Warnings" library="urllib3"> <kw name="Disable Warnings" library="urllib3">
<doc>Helper for quickly disabling all urllib3 warnings.</doc> <doc>Helper for quickly disabling all urllib3 warnings.</doc>
<status status="PASS" starttime="20210820 09:34:43.688" endtime="20210820 09:34:43.689"></status>
<status status="PASS" starttime="20210820 09:35:47.616" endtime="20210820 09:35:47.617"></status>
</kw> </kw>
<kw name="Create Session" library="RequestsLibrary"> <kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc> <doc>Create Session: create a HTTP session to a server</doc>
@ -13,8 +13,8 @@
<arg>https://api-client-uec-test.qniao.cn</arg> <arg>https://api-client-uec-test.qniao.cn</arg>
<arg>headers=${cloud_factory_header}</arg> <arg>headers=${cloud_factory_header}</arg>
</arguments> </arguments>
<msg timestamp="20210820 09:34:43.689" level="INFO">Creating Session using : alias=uecclient, url=https://api-client-uec-test.qniao.cn, headers={'Content-Type': 'application/json;charset=UTF-8', 'X-APP-ID': '503258978847965388'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
<status status="PASS" starttime="20210820 09:34:43.689" endtime="20210820 09:34:43.690"></status>
<msg timestamp="20210820 09:35:47.617" level="INFO">Creating Session using : alias=uecclient, url=https://api-client-uec-test.qniao.cn, headers={'Content-Type': 'application/json;charset=UTF-8', 'X-APP-ID': '503258978847965388'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
<status status="PASS" starttime="20210820 09:35:47.617" endtime="20210820 09:35:47.618"></status>
</kw> </kw>
<kw name="Set Variable" library="BuiltIn"> <kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc> <doc>Returns the given values which can then be assigned to a variables.</doc>
@ -24,8 +24,8 @@
<assign> <assign>
<var>${body}</var> <var>${body}</var>
</assign> </assign>
<msg timestamp="20210820 09:34:43.690" level="INFO">${body} = {"accountType":2,"account":"13000000000","captcha":"888888"}</msg>
<status status="PASS" starttime="20210820 09:34:43.690" endtime="20210820 09:34:43.690"></status>
<msg timestamp="20210820 09:35:47.618" level="INFO">${body} = {"accountType":2,"account":"13000000000","captcha":"888888"}</msg>
<status status="PASS" starttime="20210820 09:35:47.618" endtime="20210820 09:35:47.618"></status>
</kw> </kw>
<kw name="Post On Session" library="RequestsLibrary"> <kw name="Post On Session" library="RequestsLibrary">
<doc>Sends a POST request on a previously created HTTP Session.</doc> <doc>Sends a POST request on a previously created HTTP Session.</doc>
@ -37,42 +37,42 @@
<assign> <assign>
<var>${response}</var> <var>${response}</var>
</assign> </assign>
<msg timestamp="20210820 09:34:43.767" level="INFO">POST Request : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
<msg timestamp="20210820 09:35:47.693" level="INFO">POST Request : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
path_url=/uec/authorize/by-captcha path_url=/uec/authorize/by-captcha
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json;charset=UTF-8', 'X-APP-ID': '503258978847965388', 'Content-Length': '60'} headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json;charset=UTF-8', 'X-APP-ID': '503258978847965388', 'Content-Length': '60'}
body={"accountType":2,"account":"13000000000","captcha":"888888"} body={"accountType":2,"account":"13000000000","captcha":"888888"}
</msg> </msg>
<msg timestamp="20210820 09:34:43.767" level="INFO">POST Response : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
<msg timestamp="20210820 09:35:47.694" level="INFO">POST Response : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
status=200, reason= status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 20 Aug 2021 01:34:43 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'}
body={"code":0,"message":"successful","data":{"token":"iHP4V/g6O5DXHixyNrf7tnXugE03gmmVVVkL14dTnSgmMKFn8pruscVJfkmIA1Ca","userId":"4163"}}
headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 20 Aug 2021 01:35:47 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'}
body={"code":0,"message":"successful","data":{"token":"iHP4V/g6O5DXHixyNrf7tnXugE03gmmVVVkL14dTnShGaKKB2ruLlb+j1MZPOX2H","userId":"4163"}}
</msg> </msg>
<msg timestamp="20210820 09:34:43.767" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20210820 09:34:43.690" endtime="20210820 09:34:43.767"></status>
<msg timestamp="20210820 09:35:47.694" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20210820 09:35:47.618" endtime="20210820 09:35:47.694"></status>
</kw> </kw>
<kw name="Log" library="BuiltIn"> <kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc> <doc>Logs the given message with the given level.</doc>
<arguments> <arguments>
<arg>${response.status_code}</arg> <arg>${response.status_code}</arg>
</arguments> </arguments>
<msg timestamp="20210820 09:34:43.768" level="INFO">200</msg>
<status status="PASS" starttime="20210820 09:34:43.768" endtime="20210820 09:34:43.768"></status>
<msg timestamp="20210820 09:35:47.695" level="INFO">200</msg>
<status status="PASS" starttime="20210820 09:35:47.694" endtime="20210820 09:35:47.695"></status>
</kw> </kw>
<kw name="Log" library="BuiltIn"> <kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc> <doc>Logs the given message with the given level.</doc>
<arguments> <arguments>
<arg>${response.text}</arg> <arg>${response.text}</arg>
</arguments> </arguments>
<msg timestamp="20210820 09:34:43.769" level="INFO">{"code":0,"message":"successful","data":{"token":"iHP4V/g6O5DXHixyNrf7tnXugE03gmmVVVkL14dTnSgmMKFn8pruscVJfkmIA1Ca","userId":"4163"}}</msg>
<status status="PASS" starttime="20210820 09:34:43.769" endtime="20210820 09:34:43.769"></status>
<msg timestamp="20210820 09:35:47.696" level="INFO">{"code":0,"message":"successful","data":{"token":"iHP4V/g6O5DXHixyNrf7tnXugE03gmmVVVkL14dTnShGaKKB2ruLlb+j1MZPOX2H","userId":"4163"}}</msg>
<status status="PASS" starttime="20210820 09:35:47.695" endtime="20210820 09:35:47.696"></status>
</kw> </kw>
<kw name="Log" library="BuiltIn"> <kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc> <doc>Logs the given message with the given level.</doc>
<arguments> <arguments>
<arg>${response.json()}</arg> <arg>${response.json()}</arg>
</arguments> </arguments>
<msg timestamp="20210820 09:34:43.770" level="INFO">{'code': 0, 'message': 'successful', 'data': {'token': 'iHP4V/g6O5DXHixyNrf7tnXugE03gmmVVVkL14dTnSgmMKFn8pruscVJfkmIA1Ca', 'userId': '4163'}}</msg>
<status status="PASS" starttime="20210820 09:34:43.769" endtime="20210820 09:34:43.770"></status>
<msg timestamp="20210820 09:35:47.696" level="INFO">{'code': 0, 'message': 'successful', 'data': {'token': 'iHP4V/g6O5DXHixyNrf7tnXugE03gmmVVVkL14dTnShGaKKB2ruLlb+j1MZPOX2H', 'userId': '4163'}}</msg>
<status status="PASS" starttime="20210820 09:35:47.696" endtime="20210820 09:35:47.696"></status>
</kw> </kw>
<kw name="Should Be Equal As Numbers" library="BuiltIn"> <kw name="Should Be Equal As Numbers" library="BuiltIn">
<doc>Fails if objects are unequal after converting them to real numbers.</doc> <doc>Fails if objects are unequal after converting them to real numbers.</doc>
@ -80,10 +80,10 @@
<arg>200</arg> <arg>200</arg>
<arg>${response.status_code}</arg> <arg>${response.status_code}</arg>
</arguments> </arguments>
<msg timestamp="20210820 09:34:43.770" level="INFO">Argument types are:
<msg timestamp="20210820 09:35:47.697" level="INFO">Argument types are:
&lt;type 'unicode'&gt; &lt;type 'unicode'&gt;
&lt;class 'int'&gt;</msg> &lt;class 'int'&gt;</msg>
<status status="PASS" starttime="20210820 09:34:43.770" endtime="20210820 09:34:43.770"></status>
<status status="PASS" starttime="20210820 09:35:47.697" endtime="20210820 09:35:47.697"></status>
</kw> </kw>
<kw name="Should Be Equal As Strings" library="BuiltIn"> <kw name="Should Be Equal As Strings" library="BuiltIn">
<doc>Fails if objects are unequal after converting them to strings.</doc> <doc>Fails if objects are unequal after converting them to strings.</doc>
@ -91,11 +91,11 @@
<arg>successful</arg> <arg>successful</arg>
<arg>${response.json()["message"]}</arg> <arg>${response.json()["message"]}</arg>
</arguments> </arguments>
<status status="PASS" starttime="20210820 09:34:43.771" endtime="20210820 09:34:43.771"></status>
<status status="PASS" starttime="20210820 09:35:47.697" endtime="20210820 09:35:47.698"></status>
</kw> </kw>
<status status="PASS" starttime="20210820 09:34:43.687" endtime="20210820 09:34:43.771" critical="yes"></status>
<status status="PASS" starttime="20210820 09:35:47.616" endtime="20210820 09:35:47.698" critical="yes"></status>
</test> </test>
<status status="PASS" starttime="20210820 09:34:43.567" endtime="20210820 09:34:43.772"></status>
<status status="PASS" starttime="20210820 09:35:47.499" endtime="20210820 09:35:47.698"></status>
</suite> </suite>
<statistics> <statistics>
<total> <total>

6
report.html

@ -1585,7 +1585,7 @@ storage = function () {
window.output = {}; window.output = {};
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
window.output["suite"] = [1,2,3,0,[],[1,0,205],[],[[4,0,1,0,[],[1,120,84],[]]],[],[1,1,1,1]];
window.output["suite"] = [1,2,3,0,[],[1,0,199],[],[[4,0,1,0,[],[1,117,82],[]]],[],[1,1,1,1]];
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
window.output["strings"] = []; window.output["strings"] = [];
@ -1597,10 +1597,10 @@ window.output["strings"] = window.output["strings"].concat(["*","*Login Get Info
window.output["stats"] = [[{"elapsed":"00:00:00","fail":0,"label":"Critical Tests","pass":1},{"elapsed":"00:00:00","fail":0,"label":"All Tests","pass":1}],[],[{"elapsed":"00:00:00","fail":0,"id":"s1","label":"Login Get Info","name":"Login Get Info","pass":1}]]; window.output["stats"] = [[{"elapsed":"00:00:00","fail":0,"label":"Critical Tests","pass":1},{"elapsed":"00:00:00","fail":0,"label":"All Tests","pass":1}],[],[{"elapsed":"00:00:00","fail":0,"id":"s1","label":"Login Get Info","name":"Login Get Info","pass":1}]];
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
window.output["baseMillis"] = 1629423283567;
window.output["baseMillis"] = 1629423347499;
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
window.output["generated"] = 211;
window.output["generated"] = 206;
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
window.settings = {"background":{"fail":"#f66","nonCriticalFail":"#9e9","pass":"#9e9"},"logURL":"log.html","rpa":false,"title":""}; window.settings = {"background":{"fail":"#f66","nonCriticalFail":"#9e9","pass":"#9e9"},"logURL":"log.html","rpa":false,"title":""};

Loading…
Cancel
Save