An example Django project for selenium test implementation.
- Verifies user registration.
- Verifies user login.
- Creates active todo object with an authenticated user.
- Changes the status of todo objects from active to completed
- Changes the status of todo objects from completed to active.
Takes screenshots if any test case fail.
###Install
pip install -r requirements.txt
###Usage
python manage.py test