在文档中描述了如何将多个排毒配置添加到 package.json
当我使用 运行测试时detox --configuration someconfig
,如何在测试中找出someconfig
参数(在 中someTestSuite.spec.js
)?
用例:在测试中,我想根据配置设置用户名和密码文本输入,例如。
await getUNameTextInput().typeText('someUsernameBasedOnConfig');
谢谢。
在文档中描述了如何将多个排毒配置添加到 package.json
当我使用 运行测试时detox --configuration someconfig
,如何在测试中找出someconfig
参数(在 中someTestSuite.spec.js
)?
用例:在测试中,我想根据配置设置用户名和密码文本输入,例如。
await getUNameTextInput().typeText('someUsernameBasedOnConfig');
谢谢。