Closed Adam-Alj closed 5 years ago
What does this do? This PR allows for StartActivity to take in more appium configurations than just appPackage and appActivity.
With these changes, the StartActivity can take in every capability supported by appium, outlined here: http://appium.io/docs/en/commands/device/activity/start-activity/
Why is this needed? For testing adaptability. Some tests may require an activity to be started multiple times with different configurations. The ability to pass intent into this method also opens up many possibilities and doors.
What does this do? This PR allows for StartActivity to take in more appium configurations than just appPackage and appActivity.
With these changes, the StartActivity can take in every capability supported by appium, outlined here: http://appium.io/docs/en/commands/device/activity/start-activity/
Why is this needed? For testing adaptability. Some tests may require an activity to be started multiple times with different configurations. The ability to pass intent into this method also opens up many possibilities and doors.