premganz / SeleniumPageObjects

An implementation of the Page Object Pattern in Selenium along with a bunch of other features like KeyWords for oft used Webdriver calls, driver lifecycle management, effective logging and Test Script Templates
Other
2 stars 1 forks source link

Feature:Nested tests to be supported #21

Closed premganz closed 9 years ago

premganz commented 9 years ago

use case is dataupload where the outer tests need access to SessionContext and inner tests

premganz commented 9 years ago

Fixed error handling in DriverFactory, now it can be stopped twice, lifecycle even more flexible