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: 14 days ago
JSON representation
A UI Test Library using Python, Selenium and phantomjs
- Host: GitHub
- URL: https://github.com/manav148/PyUIT
- Owner: manav148
- Created: 2014-10-20T14:39:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T14:24:27.000Z (about 9 years ago)
- Last Synced: 2024-08-01T06:21:43.147Z (3 months ago)
- Language: Python
- Size: 367 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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)