Leah Klearman

Results 6 issues of Leah Klearman

``` parser.add_option('--chromepath', action='store', dest='chrome_path', metavar='path', help='path to the google chrome driver executable.') parser.add_option('--firefoxpath', action='store', dest='firefox_path', metavar='path', help='path to the target firefox binary.') parser.add_option('--firefoxpref', action='store', dest='firefox_preferences', metavar='str', help='json string of firefox...

enhancement

for whatever reason, nose-progressive isn't identifying my environment as one that it should automatically turn off the progress bar. i would like to be able to keep the failures /...