Sample code to help perform browser tests on IOS and Android Local devices and on Saucelabs. In these test we are launching browser on the device/simulator and navigating to a url.
- AndoridBrowserLocalTest
- IOSBrowserLocalTest
- AndroidBrowserSaucelabsTest
- IOSBrowserSaucelabsTest
Sample code to help perform tests on native apps on both IOS and Android devices. In these test we are launching native apps on the device/simulator and performing tests.
- IOSNativeAppTest
- IOSNativeParallelTest
- AndroidNativeAppTest
- AndroidParallelTest