codeception:如何从BackendCest获取自定义配置

时间:2017-09-29 12:25:15

标签: codeception

我有一个验收测试如下,并希望从我的acceptance.suite.yml文件中获取(自定义)配置值(例如admin_user:' adminuser'),该怎么做? 接受/ BackendCest.php:

class BackendCest {
   public function adminLoginTest() 
   {
   // How to get (custom) config value from acceptance.suite.yml file here?
   }
}

任何帮助表示赞赏, ģ

0 个答案:

没有答案