cucumber.yml 文件能夠用erb預處理,這樣容許你在cucumber.yml文件中使用ruby代碼生成值。因此若是你有幾個配置要用相同值時,你能夠這樣寫html
# config/cucumber.yml ##YAML Template --- <% common = "--tags ~@wip --strict" %> default: <%= common %> features html_report: <%= common %> --format html --out=features_report.html features