
自動化測試報告(allure/html)
- 2022 年 5 月 22 日
- 筆記
pytest有兩種生成測試報告的方法(html和allure),今天就給大家一一介紹下 html 一.pytest-ht …
Continue Readingpytest有兩種生成測試報告的方法(html和allure),今天就給大家一一介紹下 html 一.pytest-ht …
Continue Reading本章主要介紹pytest幾種數據驅動的方法,也是我們做介面自動化中經常要使用到的,大致分為以下四種。 一.yaml …
Continue Reading在測試中,我們會經常遇到這種情況,由於環境等一些原因,一條case運行5次,只有兩次成功 其它三次失敗,針對這種概率性成 …
Continue Reading如果想從頭學起pytest,可以去看看這個系列的文章! //www.cnblogs.com/miki-peng/cate …
Continue Reading 前面已經提到,pytest和unittest是兼容的,但是它也有不兼容的地方,比如ddt數據驅動,測試夾具fixtu …
Continue Readingunittest斷言方式是用過框架自己實現的,即self.assertEqual()等,當我們使用pytest框架後,這 …
Continue Reading