我正在使用 Fastlane 插件automated_test_emulator_run
automated_test_emulator_run(
AVD_setup_path: "~/<path to your avd setup>/AVD_setup.json",
//some more tasks
)
现在尝试通过命令行运行相同的
fastlane automated_test_emulator_run AVD_setup_path:avd.json
但是出错了
[!] 找不到“automated_test_emulator_run”。可用通道:测试
任何提示使用任何插件并为此传递设置参数?