Python Selenium Gmail Tests
Go to the tests folder and you'll have the following options:
- Install dependencies:
python setup.py install
- Run with:
python -m unittest name_of_test.py
- Individual tests:
python name_of_test.py Class.test_name
- You can also run everything with nose:
nosetests --with-xunit
Or simply run the package: python setup.py test
- Python 3+
- Selenium
- Firefox
- Gmail account configured in the autogmailpy.helpers dictionary