我怀疑pytest-allure-adaptor-1.7.10中的错误
问题是: 1.当我安装时:pip install pytest-allure-adaptor 它是生成没有图像的报告 2.如果我卸载:pip卸载pytest-allure-adaptor,版本会显示此消息 TypeError:Step类型的对象不可JSON序列化
请注意,我在Behave框架上实现了代码 def before_step(context,step =“步骤名称”): attach_png((context.web._web_driver).get_screenshot_as_png(),step)
请帮助做什么?