I am using Fastlane plugin automated_test_emulator_run
automated_test_emulator_run(
AVD_setup_path: "~/<path to your avd setup>/AVD_setup.json",
//some more tasks
)
now trying to run this same via command line
fastlane automated_test_emulator_run AVD_setup_path:avd.json
but getting eror
[!] Could not find 'automated_test_emulator_run'. Available lanes: test
any hint to use any plugin and pass setup parameters for that?
I haven't done exactly this but have done something similar so following should work I believe:
Would then call