django-selenium-example
django-selenium-example copied to clipboard
An example Django project for selenium test implementation.
django-selenium-example
An example Django project for selenium test implementation.
Test Case Scenarios
- 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.
###Demo

###Install
pip install -r requirements.txt
###Usage
python manage.py test