Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 647 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 647 Bytes

Selenium + Needle

Docker image contains all necessary for visual testing. See example.py to know how to write basic test and bin/nosetests.sh to know how to run it.

For first time run bin/nosetests.sh example.py --with-save-baseline and create baseline. Another time run bin/nosetests.sh example.py to compare current state against baseline. Use host.local to access your localhost or take advantage of your hosts file.

For more details visit Needle, Selenium and Nose documentations.