fastlane-plugin-automated-test-emulator-run
fastlane-plugin-automated-test-emulator-run copied to clipboard
Add lane task
Add lane option which expects a lane name and runs it directly from fastlane.
The advantage compared to running a shell task is that it uses the same fastlane runs and keeps the lane_context instead of spawning a new fastlane run.
That's a great addition !