Monday, February 16, 2015

Python selenium Nose test execution : HTML Report

To generate test execution status in HTML format in NOSE.

Step 1. Install 'nose-htmloutput' using pip command












Step 2: Once html output is installed, Execute the testscript with option "--with-html"


Thats it.

Step 3: HTML file output

















Step 4: HTMLfile output for failed cases




No comments:

Post a Comment