@@ -1,4 +1,4 @@
-driver.browser.type=chrome
+driver.browser.type=firefox
driver.url=http://192.168.1.251:51001
#driver.url=https://www.baidu.com
driver.implicit.wait=15
@@ -15,7 +15,7 @@ public class LoginController {
@Story("登录测试用例")
@Issue("缺陷地址")
@Description("测试登录功能是否正常")
- @Step("操作步骤")
+ @Step("登录操作详细步骤")
@Severity(SeverityLevel.BLOCKER) // 用例等级
@Link("http://192.168.1.251:51001") // 定义链接
public static void testLogin(){