A basic example of selenium test automation framework written in Python.
This is a web automation framework implemented using Python & Webdriver. Page Object Model (POM) is used in making the code more reusable & maintainable. This project started as a solution to a selection exercise for a company I applied to.
OSX:
pip install -r requirements.txt
A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.
For more examples and usage, please refer to the [Wiki][wiki].
Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.
make install
npm test