Commit 8be225ba by DuJunLi

设置测试失败后是再次执行,非默认状态跳过

parent 9d08ba35
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="polar"> <!-- 起一个好听且唯一的名字-->
<suite name="polar" configfailurepolicy="continue"> <!-- 起一个好听且唯一的名字
测试失败后是再次执行还是跳过,值skip和continue,默认skip-->
<test name="整个场馆信息模块测试" preserve-order="true" verbose="3"> <!-- 再起一个听且唯一的名字 -->
<packages>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment