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