Top-Q / difido-reports

This project aims to provide a generic implementation for HTML test reports.
http://top-q.github.io/difido-reports
Apache License 2.0
47 stars 31 forks source link

Difido server: Show as main window execution table and not execution dashboard #193

Open asafdl opened 6 years ago

asafdl commented 6 years ago

If you are using TestNG framework and you group all your tests into Nightly.xml/Regression.xml/Sanity.xml The dashboard is not very informative, it gives you the suite name "Sanity" and number of tests run and fail, while the execution table gives you the complete list of tests with respective results.

Proposal: Add property to server that allows you to goto /table.html rather than /index.html when you click a test suite.