Windows批处理

1.编写批处理文件

d:
cd D:\project\PycharmProjects\test\27-02-liyanmei\tc
# 执行某个文件
#robot -L DEBUG -d results_file --pythonpath . 登录.robot 
#robot -L DEBUG -d results_file --pythonpath . d-课程-初中生物/添加老师.robot

# robot   --pythonpath .  --test   testname  tc,tc为所有用例的主目录;


#执行套件
#robot   --pythonpath .  --suite  suitename   tc;
robot -L DEBUG -d results_file --pythonpath . --suite 添加老师 d-课程-初中生物
pause

2.解决中文无法运行的问题

把文件编码格式改为ANSI编码,注意这个不会出现乱码格式的。

下面是我改为之后的截图:

Windows批处理_第1张图片

3.保存格式

把文件存储 "*.bat"格式即可

4.运行方式

双击这个文件就可以运行了。

 

 

你可能感兴趣的:(测试)