小编use*_*735的帖子

Fastlane 将参数传递给插件

我正在使用 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”。可用车道:测试

有任何提示使用任何插件并为此传递设置参数吗?

android android-emulator fastlane fastlane-deliver

3
推荐指数
1
解决办法
7889
查看次数