kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

Investigate the need for TestContextSetting #1

Closed kgress closed 2 years ago

kgress commented 5 years ago

Summary

The TestContextSetting interface contains a collection of constant values that are currently being used along with the BaseTestContext singleton for adding and getting settings to the WebDriverContext.

Over half of these are not being used:

We should take a look and see if these values are required. Even further, we should determine if the TestContextSetting is necessary at all.

A/C