测试报告

pytest + allure 生成测试报告

断了今生、忘了曾经 提交于 2019-11-28 00:56:08
pytest测试样例规则: 测试文件以test_开头(以_test结尾也可以) 测试类以Test开头,并且不能带有 init 方法 测试函数以test_开头 断言使用基本的assert即可 ubuntu 安装allure sudo apt-add-repository ppa:qameta/allure sudo apt-get update sudo apt-get install allure mac安装allure: brew install allure 源码安装参考地址: https://bintray.com/qameta/generic/allure2 安装pytest以及allure包: pip3 install pytest #不使用这个pip3 install pytest-allure-adaptor,用下面那个 pip3 install allure-pytest 创建一个用例 test_one.py: class TestClassOne(object): def test_one(self): x = "this" assert 't'in x def test_two(self): x = "hello" assert hasattr(x, 'check') class TestClassTwo(object): def test_one(self):

修改allure测试报告名称

泄露秘密 提交于 2019-11-26 17:21:36
1.从github获取allure代码 https://github.com/allure-framework/allure2 2.安装gradle,用于打包jar brew install gradle 3.配置gradle环境变量 vim ~/.bash_profile export GRADLE_HOME=/usr/local/Cellar/gradle/5.5.1 export PATH=${GRADLE_HOME}/bin 4.生效环境变量 source ~/.bash_profile 5.查看是否配置成功 gradle --version Welcome to Gradle 5.5.1! Here are the highlights of this release: - Kickstart Gradle plugin development with gradle init - Distribute organization-wide Gradle properties in custom Gradle distributions - Transform dependency artifacts on resolution For more details see https://docs.gradle.org/5.5.1/release-notes.html ---

python生成接口自动化测试报告模版

泪湿孤枕 提交于 2019-11-26 11:35:34
1:准备html模版 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>接口自动化</title> </head> <body style="margin-top: 20px; font-style: '微软雅黑';"> <table border="1" cellspacing="0" cellpadding="5" width="100%" align="center"> <tr bgcolor="bisque" style="font-style: 30px"> <td height="60" colspan="5"> 自动化测试报告:&test_data </td> </tr> <tr style="font-style: 20px"> <td width="20%">被测版本:&version</td> <td width="15%">成功:&pass</td> <td width="15%">失败:&fail</td> <td width="15%">错误:&error</td> <td width="30%">最后时间:&lasttime</td> </tr> </table> <p></p> <table border="1" cellspacing="0" cellpadding="5"

个人第四次作业

家住魔仙堡 提交于 2019-11-26 00:16:00
这个作业属于哪个课程 http://edu.cnblogs.com/campus/xnsy/GeographicInformationScience/homework/10046 这个作业要求在哪里 https://www.cnblogs.com/harry240/p/11524176.html 团队名称 GP工作室 ( https://www.cnblogs.com/gy722/p/11856935.html ) 这个作业的目标 完成Alpha项目测试(选取非自己所在团队的3个项目进行测试,提出发现的问题并给出建议) 姓名 李清兰 学号 201731024109 测试报告 测试项目一 团队名 李李罗何雷孟胡团队 项目名 天天点名 博客地址 https://www.cnblogs.com/ssylddd/p/11901004.html 测试报告 (a) 上手体验感觉如何?能否正常运行? 上手感觉很好,界面简洁,操作简单,第一次就点到了自己;能正常运行。 (b) 该产品解决了什么样的关键问题? 该产品能方便老师上课点名,并帮助老师记录每个同学的缺勤次数。 (c) 该软件是否能解决你在这方面的需求? 我现阶段用不到这个软件,可以推荐给老师用。 (d) 该产品有哪些需要改进的地方? 该产品可以添加一下日期,可以查看缺勤同学的缺勤日期就更好了。 测试项目二 团队名 认真不马虎队 项目名