jdi-testing / jdi-light

Powerful Framework for UI Automation Testing on Java
https://jdi-docs.github.io/jdi-light/
MIT License
109 stars 47 forks source link

Refactor driver settings to minimize usage of static methods #1882

Closed rralys closed 1 year ago

rralys commented 4 years ago

The class DriverSettings within the com.epam.jdi.light.settings package should be refactored to

  1. Avoid static methods as much as possible;
  2. To minimize refactorig of other classes so that the DriverSettings class can be continued using with minimal changes in other code pieces.
AkioFaris commented 4 years ago

Postponed due to the lower priority for the moment. Last result here: https://github.com/jdi-testing/jdi-light/pull/1969 There are compilation errors, further investigation required.

pnatashap commented 1 year ago

All settings can be set up via *.properties files