Hello everyone,
I am new in Appium and selenium. I’ve created some test and now I would like to implement them in different classes and to run them one by one but not manually. How I can execute sever test case? Tests are written in Java (IntelliJ IDE).
Should I write all desired capabilities in each class or there is way to put them in a single file?
do prepare job before start any test suite (set of test cases) e.g. start appium server, or it needed to start Android Emulator or Genymotion Emulator.
start driver before start executing test with needed device with needed mode (fullReset or no-reset)
do any work after test completed
do any work after test suite completed e.g. stop Appium