Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 627 Bytes

contributing.rst

File metadata and controls

32 lines (20 loc) · 627 Bytes

Contributing

WebDriver Plus is hosted on GitHub, and is currently in pre-release.

Contributions and bug reports are always welcome.

Requirements

If you are using a git clone of the project, rather than a pip install, you'll need to make sure you've installed selenium.

pip install selenium

Running the Tests

./runtests.py

There are also some slower tests which are not run by default. To include these tests:

./runtests.py --all

Building the Docs

./makedocs.sh