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

need a critical only mode #60

Closed premganz closed 5 years ago

premganz commented 6 years ago

That is to say, we already have a lite mode to skip non mandatory sections in order to facilitate smoke testing in various env. We would rather like to have some kind of a criticalOnly mode, that would use the same feature by inverting the default as being 'skip' rather than to 'honor' for sections in the txt file. can this lead to feature clutter? consider pls

premganz commented 5 years ago

closed since implemented long ago, check and let know if it is not as expected