Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bennylope/django-selenium-tut

Introduction to Django and Selenium
https://github.com/bennylope/django-selenium-tut

Last synced: 29 days ago
JSON representation

Introduction to Django and Selenium

Awesome Lists containing this project

README

        

Getting started with Django and Selenium
========================================

* Install the requirements::

pip install --requirement requirements.txt

* Run the tests::

python manage.py test myapp