Visual testing framework. Combining selenium and computer vision.
Project description
Vision (beta version)
Visual testing framework. Combining selenium and computer vision.
What is Vision?
It is a web app testing framework that combines selenium and computer vision written in python.
There are several good selenium automation frameworks out there. Why then make another one?
- Most of the better frameworks are not free for use.
- Most frameworks are selenium only.
- I needed a framework that is open source.
- I needed a framework that needs minimal coding
Getting started
Before installation
- Python is installed on your system
- Chrome web browser installed
Download Chrome
- Chrome web driver installed
ChromeDriver - WebDriver for Chrome
- test if you can start the web browser
- test if you can start chromedriver from commandline
- best to install the package under
python virtual environment
- install https://graphviz.org
- install
Graphviz for your environment
Installation
pip install nemonet
Run example
- open a command prompt
- clone following repo : git clone https://github.com/janrum/visiontestfiles.git
- cd into visiontestfiles
- vision selenium-dev
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nemonet-0.18.9.tar.gz
(61.6 kB
view hashes)
Built Distribution
nemonet-0.18.9-py3-none-any.whl
(59.3 kB
view hashes)