Skip to content
/ PyUIT Public

A UI Test Library using Python, Selenium and phantomjs

Notifications You must be signed in to change notification settings

manav148/PyUIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyUIT

A UI Test Framework using Python, Selenium and Phantomjs/FireFox driver.(Alpha)

Requirements:

Selenium: pip install selenium

Phantomjs: http://phantomjs.org/download.html (Use if we can't afford GUI on the server.)

Firefox: https://www.mozilla.org/en-US/firefox/new/ (Use if we can afford GUI on the server.)

Usage: cat SampleRules/rules.json | python pyuit.py

Where rules.json is an input json file which governs UITests
(Checkout SampleRules/rules.json)

About

A UI Test Library using Python, Selenium and phantomjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages