https://www.cnblogs.com/wangjunjiehome/articles/7349719.html
RIDE桌面快捷創(chuàng)建:https://www.cnblogs.com/suhongzhen/p/7695237.html
內(nèi)置工具:
libdoc 是用于為HTML和XML格式的測(cè)試庫(kù)和資源文件生成關(guān)鍵字文檔的工具意推。
python -m robot.libdoc [options] library_or_resource output_file
python -m robot.libdoc [options] library_or_resource list|show|version [names]
options:
-f ,--format xx.html / xx.xml
-N ,--name Sets the name of the documented library or resource.
-V , Sets the version of the documented library or resource.
-P, 在運(yùn)行測(cè)試時(shí)搜索庫(kù)和資源的其他位置极祸。
-E, xx:xx 轉(zhuǎn)義控制臺(tái)中有問(wèn)題的字符删掀。
要轉(zhuǎn)義的字符的名稱(chēng)和要用它轉(zhuǎn)義的字符串。幫助輸出中列出了可用的轉(zhuǎn)義垮媒。
testdoc 是一個(gè)基于機(jī)器人框架測(cè)試數(shù)據(jù)生成高級(jí)文檔的工具
python -m robot.testdoc [options] data_sources output_file
options:
-T, --title <title>
Set the title of the generated documentation.
-N, --name <name>
Override the name of the top level test suite.
-D, --doc <doc>
Override the documentation of the top level test suite.
-M, --metadata <name:value>
Set/override free metadata of the top level test suite.
-G, --settag <tag>
Set given tag(s) to all test cases.
-t, --test <name>
Include tests by name.
-s, --suite <name>
Include suites by name.
-i, --include <tag>
Include tests by tags.
-e, --exclude <tag>
Exclude tests by tags.
tidy 是一個(gè)清理和改變機(jī)器人框架測(cè)試數(shù)據(jù)文件格式的工具.
python -m robot.tidy [options] inputfile
python -m robot.tidy [options] inputfile > outputfile
python -m robot.tidy --inplace [options] inputfile [more input files]
python -m robot.tidy --recursive [options] directory
python -m robot.tidy -h
如果你想測(cè)試數(shù)據(jù)庫(kù)的話,還需要安裝一個(gè)叫pyodbc的模塊:pip install pyodbc。這樣肥荔,整個(gè)環(huán)境就算搭建完成了。