我在使用 HTML 格式化程序和输出路径时遇到问题。我正在使用cmd:
behat --format=html --out=output.html --config /www/config/behat.yml test.feature
简化的配置 ( behat.yml ) 如下所示:
default:
formatter:
name: html
parameters:
output_path: /www/features/output
问题是无论我设置什么 output_path,output.html总是放在同一个目录中,behat.yml (/www/config) 在哪里。谁能看到我做错了什么?非常感谢您的帮助!
更新Behat v 2.4.3 使用与当前目录相同的输出目录(与配置不同),但output_path
behat.yml 中的参数似乎仍然不起作用。