diff --git a/log.html b/log.html new file mode 100644 index 0000000..637260f --- /dev/null +++ b/log.html @@ -0,0 +1,2125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Opening Robot Framework log failed

+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/output.xml b/output.xml new file mode 100644 index 0000000..81311e4 --- /dev/null +++ b/output.xml @@ -0,0 +1,229 @@ + + + + + + + +D:\\LYL\\Study\\Robot_framework\\New_Trading\\数据驱动.xls + +No keyword with name 'Open Excel' found. + + +No keyword with name 'Open Excel' found. + + + + + + +Helper for quickly disabling all urllib3 warnings. + + + +Create Session: create a HTTP session to a server + +ZTBT +${uecclient} +${client_login_header} + +Variable '${uecclient}' not found. + + +Variable '${uecclient}' not found. + + + +Create Session: create a HTTP session to a server + +ZTBT +${ztbclient} +${client_login_header} + +Variable '${ztbclient}' not found. + + +Variable '${ztbclient}' not found. + + + +Create Session: create a HTTP session to a server + +baseinfo +${ztbclient} +${client_firstlogin_header} + +Variable '${ztbclient}' not found. + + +Variable '${ztbclient}' not found. + + + +Create Session: create a HTTP session to a server + +baseinfo +${ztbclient} +${client_headerP} + +Variable '${ztbclient}' not found. + + +Variable '${ztbclient}' not found. + +#登录客户端 + + + + + +Helper for quickly disabling all urllib3 warnings. + + + +Create Session: create a HTTP session to a server + +ZTBT +${uecclient} +${client_login_header} + +Variable '${uecclient}' not found. + + +Variable '${uecclient}' not found. + + + +Create Session: create a HTTP session to a server + +ZTBT +${ztbclient} +${client_login_header} + +Variable '${ztbclient}' not found. + + +Variable '${ztbclient}' not found. + + + +Create Session: create a HTTP session to a server + +baseinfo +${ztbclient} +${client_firstlogin_header} + +Variable '${ztbclient}' not found. + + +Variable '${ztbclient}' not found. + + + +Create Session: create a HTTP session to a server + +baseinfo +${ztbclient} +${client_headerT} + +Variable '${ztbclient}' not found. + + +Variable '${ztbclient}' not found. + +#登录客户端 + + + + + +Helper for quickly disabling all urllib3 warnings. + + + +Create Session: create a HTTP session to a server + +papermill +${uecclient} +${ztbsc_papermill_login_header} + +Variable '${uecclient}' not found. + + +Variable '${uecclient}' not found. + + + +Helper for quickly disabling all urllib3 warnings. + + + +Create Session: create a HTTP session to a server + +factoring +${uecclient} +${ztbsc_factoring_login_header} + +Variable '${uecclient}' not found. + + +Variable '${uecclient}' not found. + + + + + + + +Critical Tests +All Tests + + + + +0-Datadriven +0-Datadriven.1-dataDriven +0-Datadriven.2.1-APPlogin +0-Datadriven.2.2-APPlogin +0-Datadriven.3-WebLogin + + + +Error in file '/root/ztb-ops-rf-api/0-Datadriven/1-dataDriven.robot': Importing test library 'ExcelLibrary' failed: ModuleNotFoundError: No module named 'ExcelLibrary' +Traceback (most recent call last): + None +PYTHONPATH: + /root/ztb-ops-rf-api + /usr/local/python3/lib/python36.zip + /usr/local/python3/lib/python3.6 + /usr/local/python3/lib/python3.6/lib-dynload + /usr/local/python3/lib/python3.6/site-packages +Error in file '/root/ztb-ops-rf-api/0-Datadriven/2.1-APPlogin.robot': Importing test library 'ExcelLibrary' failed: ModuleNotFoundError: No module named 'ExcelLibrary' +Traceback (most recent call last): + None +PYTHONPATH: + /root/ztb-ops-rf-api + /usr/local/python3/lib/python36.zip + /usr/local/python3/lib/python3.6 + /usr/local/python3/lib/python3.6/lib-dynload + /usr/local/python3/lib/python3.6/site-packages +Error in file '/root/ztb-ops-rf-api/0-Datadriven/2.2-APPlogin.robot': Importing test library 'ExcelLibrary' failed: ModuleNotFoundError: No module named 'ExcelLibrary' +Traceback (most recent call last): + None +PYTHONPATH: + /root/ztb-ops-rf-api + /usr/local/python3/lib/python36.zip + /usr/local/python3/lib/python3.6 + /usr/local/python3/lib/python3.6/lib-dynload + /usr/local/python3/lib/python3.6/site-packages +Error in file '/root/ztb-ops-rf-api/0-Datadriven/3-WebLogin.robot': Importing test library 'ExcelLibrary' failed: ModuleNotFoundError: No module named 'ExcelLibrary' +Traceback (most recent call last): + None +PYTHONPATH: + /root/ztb-ops-rf-api + /usr/local/python3/lib/python36.zip + /usr/local/python3/lib/python3.6 + /usr/local/python3/lib/python3.6/lib-dynload + /usr/local/python3/lib/python3.6/site-packages + + diff --git a/report.html b/report.html new file mode 100644 index 0000000..bb115a4 --- /dev/null +++ b/report.html @@ -0,0 +1,2431 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Opening Robot Framework report failed

+ +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ztb-ops.sh b/ztb-ops.sh index d741ebc..787c956 100755 --- a/ztb-ops.sh +++ b/ztb-ops.sh @@ -4,7 +4,7 @@ cd /root/ztb-ops-rf-api git pull --all -python3 -m robot -P . /root/ztb-ops-rf-api/0-Data driven +python3 -m robot -P . /root/ztb-ops-rf-api/0-Datadriven git add .