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.

Home Page:http://docs.testvagrant.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

adityabhargav opened this issue · comments

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

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.