Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/manav148/PyUIT

A UI Test Library using Python, Selenium and phantomjs
https://github.com/manav148/PyUIT

Last synced: 3 months ago
JSON representation

A UI Test Library using Python, Selenium and phantomjs

Lists

README

        

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)