提交 064054bf authored 作者: mry's avatar mry

完成了,会议室库管理的登录,增删改查功能测试

上级 9e50e245
......@@ -13,7 +13,7 @@ public class SeleniumApplication {
public static void main(String[] args) {
List<String> suites = new ArrayList<String>();
suites.add("classes/testng.xml");
suites.add("target/classes/testng.xml");
TestNG testNG = new TestNG();
testNG.setTestSuites(suites);
testNG.run();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论