Skip to content

izaac/autogmailpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autogmailpy

Python Selenium Gmail Tests

Instructions

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

Requirements

  • Python 3+
  • Selenium
  • Firefox
  • Gmail account configured in the autogmailpy.helpers dictionary

About

Python Selenium Gmail Tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published