I am currently looking into the framework Allure for Nunit/SpecFlow
Is it possible to generate a report for two test runs and then display their timeline - organised by execution date/time?
I have currently run the test three times and create a new test folder for each, then run the generate report on the parent folder.
E.g.
Date/Time- Test 1 Test 2
|01/12/2014 13:00 |Pass | Pass |
|01/12/2014 13:15 |Fail | Pass |
I understand the current layout is:
0(Green)3min4(Amber)24min(green)26min30s(red)
I am planning to run 200 tests, so quick historical checks would be fantastic.
Is this at all possible?