Steps for execution of Fitbit appium application:
-
Load Android studio then launch an emulator (with API 27 and play store alread installed)
-
Open Command prompt and execute appium command (appium exe must be in the path to execute directly)
-
Open Eclipse navigate to project To run the Regression Test
-
Open RunCukeTest class then for each feature to be run add different .feature features = {"src/test/java/features/IonicDevicePage.feature"},
-
Right click RunCukeTest class> runas junit
Second way: using MVN Test
-
open eclipse next Open RunCukeTest class then for each feature to be run add different .feature features = {"src/test/java/features/IonicDevicePage.feature"},
-
select project name then right click select runas Maven Test