美文网首页
2018-05-08

2018-05-08

作者: Ivan2018 | 来源:发表于2018-05-08 10:37 被阅读0次

    @Step:测试步骤动作,放在具体业务逻辑方法中,可以放在关键步骤中,在报告中显示;

    @Attachments:附件信息

    @Features:将case分类到某个feature中,报告中behaviore中显示,可以理解为testsuite,用于组织管理测试用例https://github.com/allure-framework/allure1/wiki/Features-and-Stories

    @Stories:属于feature之下的结构,报告中features中显示,可以理解为testcase,说明此用例是某个feature中的某个story下的用例https://github.com/allure-framework/allure1/wiki/Features-and-Stories

    @Title: 测试用例的标题,报告中stories信息中展示

    @Description: 测试用例的描述,报告中stories信息中展示

    @Issue: 跟测试用例相关的bug Id(这是一个链接,可以配置bug管理系统的URL,直接跳转到bug管理系统中)https://github.com/allure-framework/allure1/wiki/Issues。pom文件中添加配置patterm,见下方

    @TestCaseId:测试用例的id(这是一个连接,可以配置用例管理系统的URL,直接跳转到用例管理系统中)https://github.com/allure-framework/allure1/wiki/Test-Case-ID,pom文件中添加配置patterm,见下方

    ……

    作者:九歌1992

    链接:https://www.jianshu.com/p/4004c6e32a4e

    來源:简书

    著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

    相关文章

      网友评论

          本文标题:2018-05-08

          本文链接:https://www.haomeiwen.com/subject/nkeirftx.html