FirebaseExtended / fastlane-plugin-firebase_test_lab

Test your app with Firebase Test Lab with ease using fastlane
https://fastlane.tools
MIT License
74 stars 37 forks source link

Make app_path argument mandatory #42

Closed powerivq closed 6 years ago

powerivq commented 6 years ago

This PR is for fastlane to make sure app_path argument is not nil.

powerivq commented 6 years ago

@nakhbari Yes and no. It takes the argument first, and the default_value if no arguments given. If no app in context (default_value is nil), it would ask for the context in the terminal.