Skip to content

cobweb-eu/cobweb-system-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COBWEB System Testing

Requirements

  • A device or image with Android 4.4+
  • Python 2.7 with pip
  • Android Debug Bridge (Included in the Android SDK)
  • Chrome

Install

# Install python requirements (virtualenv recommended)
pip install -r etc/requirements.txt

# Install appium
npm install -g appium

# Install chromedriver
npm install -g chromedriver

Run the tests

  • Connect a device or start the Android emulator and check that is visible with the adb devices command

  • Start appium in a terminal

    appium
    
  • Start the tests in a different terminal

    # Run all tests
    py.test selenium/*.py
    
    # Run an individual test
    py.test selenium/cobweb_anon_use_case_tests.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published