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

Adding configuration option 'HEADLESS_CHROME' #61

Closed McAllaster closed 6 years ago

McAllaster commented 6 years ago

Addressses #60

Currently splitting out driver generation for chrome depending on USE_GRID value. However, I am unsure if we want grid to work in headless mode anyway. If we do, that will most likely be another issue.

greenarrowdb commented 6 years ago

We probably do want the grid to support headless, but I agree that is another issue.