I am writing a lots of tests (cucumber + watir-webdriver + pageobject) and they take a long time to run.
I am wondering if it is possible to know the list of all pages shown in the browser during tests? In fact, I want to verify that each test is optimized, and not go through pages of no use. I can watch all the tests to do that, but I think I will be more efficient by just reading the list of urls.
Has someone already made something like that?