allure测试报告用例数和 pytest执行用例数不相同问题

  1. 我出现的奇怪问题

    1. pytest执行了9条用例,但是测试报告确只显示3条用例
    2. 我将其中的一个代码删除后,发现allure测试报告又正常了
    3. 我觉得很奇怪这个代码只是删除了二维数组的第一列,我检查了半天都找不到问题,只有降低版本了。
  2. 导致原因:allure-pytest版本使用的是最新版本,pytest也使用的是最新版本。

    • 说明:在使用最新版本的时候容易出现各种各样奇怪问题。
  3. 解决办法:降低到上一个版本看是否还出现问题。

    • 注意:降低allure-pytest版本,但是也需要同时降低依赖allure-pytest插件的版本。
    • 我使用的版本:allure-pytest 2.13.5 pytest 8.2.1 allure 2.29.0
    • 我将全部都降低一个小版本后正常了
    • 降低为: allure-pytest: 2.12.0 pytest 7.4.4 allure 2.28.0
    • 测试结果:正常
相关推荐
qq_4337169521 小时前
测试分层:减少对全链路回归依赖的探索!
自动化测试·软件测试·功能测试·测试工具·回归·pytest·postman
开心呆哥2 天前
【Android Wi-Fi 操作命令指南】
android·python·pytest
小码哥说测试4 天前
测试分层:减少对全链路回归依赖的探索!
自动化测试·软件测试·人工智能·测试工具·appium·pytest·postman
帅得不敢出门5 天前
Python+Appium+Pytest+Allure自动化测试框架-安装篇
python·appium·自动化·pytest·测试·allure
blues_C5 天前
Pytest-Bdd-Playwright 系列教程(5):仅执行测试用例的收集阶段
自动化测试·测试用例·pytest·bdd
帅得不敢出门7 天前
Python+Appium+Pytest+Allure自动化测试框架-代码篇
python·appium·自动化·pytest·测试·allure
qq_433716958 天前
接口测试 —— Postman 变量了解一下!
自动化测试·软件测试·jmeter·单元测试·pytest·接口测试·压力测试
彳亍2618 天前
【Python单元测试】pytest框架单元测试 配置 命令行操作 测试报告 覆盖率
python·单元测试·pytest
鹿鸣悠悠8 天前
pytest脚本常用的执行命令
pytest