Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 425 Bytes

File metadata and controls

15 lines (12 loc) · 425 Bytes

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