Skip to content

pamepros/example-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Selenium & Appium example tests

PHP

Installation:

  • We need to install the php-client library to run selenium tests, in this case we use the Sausage lib from Sauce Labs and we configure our Sauce Account following the instructions from:
    https://github.com/jlipps/sausage

// Remember to install composer inside the php/ folder in order to have the vendor/ folder in there

  • Run
    vendor/bin/phpunit <test-to-run>.php or just ./test.sh <test-to-run>.php

Python

Installation:
pip install Appium-Python-Client

  • Run
    cd python/ && python android-chrome.py

About

Selenium & Appium example tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published