oz
oz copied to clipboard
Oz is a behavioral web-ui testing framework developed to reduce test maintenance by using a predictive model rather than a scriptive model when writing tests.
Currently the way we manage driver versions is less than ideal. I saw someone bring up using Titus' [webdrivers](../../../titusfortner/webdrivers) gem to manage driver versions and honestly this might make the...
Rubocop check should be run on the travis build.
Currently there are a vast amount of rubocop errors and warnings that are thrown (over 1k). This should be addressed to gain adherence to proper code formatting and current Ruby...
Currently writing a validator of any kind requires that the calling logic knows WAY too much about the internals of validation engine. It looks something like ```ruby def my_custom_validator validation_engine...
Attempts to reduce replication by checking if the element type is present within the xpath if it's provided, then passes that as a watir element, still supports manual overriding failing...
Okay, as per the discussion @greenarrowdb and I had in discord the other day, i'm going to document my thoughts here. Pardon the conscious stream of thought, it's just how...
Create RDoc documentation for CORE Methods such as world, elements, pages, ledger, and logger.
Due to the both way core_element determines the watir_element and the required arguments of an ID Element, the Title of the HTML page cannot be used. Watir's call of `browser.title`...
Router currently throws `RuntimeError: ERROR: The Application is on the wrong page! OZ expected that page to be [Page_Y] but found [Page_X]!` whenever it lands on the improper page. While...