file coverage report with Selenium?
I've got a website that's half static HTML, half WordPress, and hosted on DreamHost. I'm starting to write test cases for it using Selenium.
My goal is to write at least enough tests to cover 100% of the files on the site. How can I can get a report of which files served by the site have not yet been covered by my Selenium tests?
E.g., my website consists of:
file1.html
file2.html
file3.html
...
I want to run my Selenium test suite and then have the report tell me that file3.html was not requested by the tests.
I've got a website that's half static HTML, half WordPress, and hosted on DreamHost. I'm starting to write test cases for it using Selenium.
My goal is to write at least enough tests to cover 100% of the files on the site. How can I can get a report of which files served by the site have not yet been covered by my Selenium tests?
E.g., my website consists of:
file1.html
file2.html
file3.html
...
I want to run my Selenium test suite and then have the report tell me that file3.html was not requested by the tests.
No comments:
Post a Comment