tvarchive / optimusTemplate

This is a cucumber jvm implementation template using the optimus mobile automation framework. If you like it, star it, help spread the word.
http://docs.testvagrant.com
66 stars 23 forks source link

Kindly produce a documentation on how to produce the fragmentation test runner in multiple devices.. #52

Closed adityabhargav closed 4 years ago

thenishant commented 4 years ago

Hey adityabhargav..

Step 1: Connect devices(Android or IOs) or create an Android Emulator. Step 2: Open your favourite terminal and navigate to the project folder. Step 3: Check for Android Devices or Emulators by running Run this command -> gradle runFragmentation -DtestFeed=<Your test feed file> -Dtags=@<your tag>

There is no specific documentation to run tests on fragmentation mode... It's just a single command.