Questions tagged [nose]

Nose is an innovative Python testing tool designed for discovering and executing unit tests. Its goal is to replicate the functionality of py.test to the best of its ability.

There appears to be an issue with generating an HTML report using nosetests in Python as the option `--html--

Hi there, I'm having some trouble with my Selenium Python regression test script. My HTMLTestRunner isn't working as expected for generating the test report, so I decided to give the Nose plugin a try instead. I've gone ahead and installed Nose, as well a ...

Enhancing Test Automation Efficiency with Python and Selenium: Executing Tests Concurrently

Is there a way to run multiple tests in parallel? The tests are all written in Python and the suite is initiated from Jenkins and executed on Sauce Labs. Whenever I try setting up different jobs in Jenkins and running them at the same time, they all end u ...