Skip to content

flycoderzeng/autotest-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autotest-framework

介绍

java autotest framework
链式调用编写自动化用例
根据接口定义生成自动化测试

示例

new BaseAutoCaseBuilder(UserTestContext.getInstance())
    .post("发送开户请求", "/api/openAccount", """
            {"name": "Alice", "mobile": "13188990011"}
            """)
    .assertResponseExpression("检查响应内容", "[$.code] == 0 AND [$.msg] == '成功'")
    .run();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published