Skip to content

isabelrios/testsFE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI tests

Pre-requisites

  • Node version >= v6.0.0
  • Install nosetests: pip install nose

To run Python tests on Android

  • Run appium
  • Run your emulator or connect a real device
  • Run the tests: nosetests -v ~Path_to_the_tests_folder/test_name_of_test.py

To run JS tests on Android

  • Run appium
  • Run your emulator or connect a real device
  • Run the tests: mocha ~Path_to_the_tests_folder/test_name_of_test.js

To run Selenium tests on Desktop

  • Run the tests: mocha ~Path_to_the_tests_folder/test_name_of_test.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published