Pytest Parameterize From file Library 完全满足我的要求,但我需要对同一组测试条件使用多个配置文件(.yml)。
示例:test_stage.py(所有测试条件都存在)
test_01_stage.yml test_02_stage.yml 同样需要在同一个 .py 脚本中传递多个参数文件
请分享如何借助 Parameterize From file Library 在 pytest 中实现的步骤
我需要让单个 pytest 脚本并行执行多个配置文件(.YML)如何实现它