OzFramework / oz

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.
Apache License 2.0
23 stars 7 forks source link

Oz Loader Fixes and Unit Tests #164

Closed Castone22 closed 5 years ago

Castone22 commented 5 years ago

Wrote unit tests for OzLoader Fixed minor loading error when project modules/page_stores is undefined Update some of the internals to call the new OzLoader methods Make OzLoader check if the gems are available in your SDK instead of your runtime.

Castone22 commented 5 years ago

closes #163

Castone22 commented 5 years ago

relies on #160