QA-Automation-Starter / qa-automation

QA automation utilities and project generator
https://qa-automation-starter.aherscu.dev
Other
6 stars 4 forks source link

consider removing apache configuration #97

Closed adrian-herscu closed 1 year ago

adrian-herscu commented 1 year ago

Current State Configuration properties are held in separate .properties files.

How to make it better Configuration properties can be held in Java HashMaps and the entire Apache Configuration dependency and its initialization mechanism can be removed.

Should evaluate how current environment-XXX Maven profiles will work this way. Where an automation project should hold its configuration maps? In current arranjement these are store at fixed location the environments folder.