|
@@ -15,7 +15,7 @@ public class LoginController {
|
|
|
@Story("登录测试用例")
|
|
@Story("登录测试用例")
|
|
|
@Issue("缺陷地址")
|
|
@Issue("缺陷地址")
|
|
|
@Description("测试登录功能是否正常")
|
|
@Description("测试登录功能是否正常")
|
|
|
- @Step("操作步骤")
|
|
|
|
|
|
|
+ @Step("登录操作详细步骤")
|
|
|
@Severity(SeverityLevel.BLOCKER) // 用例等级
|
|
@Severity(SeverityLevel.BLOCKER) // 用例等级
|
|
|
@Link("http://192.168.1.251:51001") // 定义链接
|
|
@Link("http://192.168.1.251:51001") // 定义链接
|
|
|
public static void testLogin(){
|
|
public static void testLogin(){
|