Skip to content

Boilerplate for running selenium tests using python and nosetest

Notifications You must be signed in to change notification settings

henrywu1/selenium-python-nose-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selenium-python-nose-boilerplate

boiler plate for UI testing using:

  • selenium python bindings
  • nosetest

Setup (commands for Macs)

  1. install pip if needed sudo easy_install pip
  2. install nosetest sudo easy_install nose
  3. install selenium python bindings pip install selenium

To run tests

enter nosetests into command line

To generate xunit like reports

enter nosetests --with-xunit into command line

About

Boilerplate for running selenium tests using python and nosetest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages