petrknap/docker-selenium-needle

Contains all necessary for visual testing

Maintainers

Package info

github.com/petrknap/docker-selenium-needle

Homepage

Language:Dockerfile

pkg:composer/petrknap/docker-selenium-needle

Statistics

Installs: 293

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2020-11-04 13:02 UTC

This package is auto-updated.

Last update: 2026-03-05 00:45:26 UTC


README

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.