test_webdriver 0.0.6
test_webdriver: ^0.0.6 copied to clipboard
A helper library to write selenium tests using pageobjects.
0.0.6 #
- Add
suiteSetUpfor initiators within the parentsuite - Add
suiteTearDownfor tear down callbacks within the parentsuite - Add
Suite.storageto provide a key-value-storage within asuiteshared across parent, child suites
0.0.5 #
- Print PageObject name within exception if
PageLoaderExceptionoccurs
0.0.4+1 #
- Fix population of
PageLoaderException - Ignore
SocketExceptionwhenSuiteexecutestearDownAll(appears when the driver is no longer reachable)
0.0.4 #
- Only catch
StateErrorinwithPO(populate invalid PageObject exceptionsPageLoaderExceptioncorrectly) - Support multiple PageObjects arguments in
withPO - Add
forceSuiteparameter towithPOto `
0.0.3 #
- Support nested suites calls to share only one suite
0.0.2 #
- Support waitFor functionality within
withPO - Support capabilities configuration within configuration. Includes optional configuration of headless mode instead of explicit set (see README.md)
- Provide timeout settings
0.0.1 #
- Initial release