每个环境在TestCafe 1.x中是否可以有多个.testcaferc.json文件?

dap*_*985 2 configuration automated-tests e2e-testing testcafe

简介
每个环境中的TestCafe 1.x中是否可以有多个.testcaferc.json文件?例如:

 - .testcaferc.json                // contains base configuration 
 - .testcaferc.dev.json            // contains development overrides
 - .testcaferc.prod.json           // contains production overrides

Run Code Online (Sandbox Code Playgroud)

testcafe --env=development

注:我专门问了.testcaferc.json,不是自定义config.json,因为这将需要import

los*_*mon 6

到目前为止,仅支持一个.testcaferc.json文件。要求在GitHub上支持多个配置文件,并且看起来它们可以将其实现为另一个功能的一部分,但没有给出时间表。