Skip to content

Instantly share code, notes, and snippets.

@mfaisalkhatri
Created October 15, 2022 06:03
Show Gist options
  • Save mfaisalkhatri/c11cd20e0816363c51c6f42f25c2ef92 to your computer and use it in GitHub Desktop.
Save mfaisalkhatri/c11cd20e0816363c51c6f42f25c2ef92 to your computer and use it in GitHub Desktop.
Appium Tests
public class AppiumTest extends BaseTest{
@Test
public void appiumServerTest () {
System.out.println ("Server and Android Driver started successfully!!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment