8000 GitHub - frozenbe/factorialTester: Simple tests for a factorial calculation web app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

frozenbe/factorialTester

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Start Appium server either by launching Appium Desktop app (preferred) or by executing

$ appium .

List the available android simulators (which are installed on your machine)

$ emulator -list-avds

Launch an android simulator device for appium to connect to

$ emulator @avd

For example, if you named your device Pixel_API_29, replace avd above with Pixel_API_29. If you encounter an error launching the emulator, make sure to add ${ANDROID_SDK}/emulator to your PATH in your bash_profile file so that the correct emulator binary is prioritized. Make sure you get the following path:

$ which emulator           
$ /Users/frozenbe/Library/Android/sdk/emulator/emulator

Go back to current repository (rac-mobile-tests), and follow the steps below:

# Change into the appium directory
$ cd appium
# Launch all maven tests
$ mvn verify

Positive path test run

Positive path

Negative path test run

Negative path

About

Simple tests for a factorial calculation web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0