【发布时间】:2022-08-18 16:29:59
【问题描述】:
我有这个问题
*********** codeception.yml ***************
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
#amount customer per product
amountPerProduct: 1
wishCountry: 1
wishProduct: 0
我正在使用这样的参数:
$countryIndex = Configuration::config()[\'wishCountry\'];
但在控制台上我这样调用测试:
codecept run tests/acceptance/ChangeCest.php --env chrome --xml --html -o \"wishProduct:55\"
我收到此错误:
问题: 如何在 Gitlab 中覆盖这个配置?
谢谢
标签: gitlab codeception