TESTARtool / TESTAR_dev

TESTAR, automated testing through the Graphical User Interface
http://www.testar.org
BSD 3-Clause "New" or "Revised" License
37 stars 24 forks source link

[Refactor] overrideWithUserProperties feature #320

Closed ferpasri closed 12 months ago

ferpasri commented 1 year ago

It is possible to launch TESTAR through CLI and configure the settings by adding pairs of setting=value. Example: testar ShowVisualSettingsDialogOnStartup=false

An old implementation in TESTAR allows configuring a few settings as JVM arguments. Example: -DShowVisualSettingsDialogOnStartup=false testar https://github.com/TESTARtool/TESTAR_dev/blob/6007a958999dca3ec724771b6157c119786c691c/testar/src/org/testar/monkey/Main.java#L662

Not all settings are implemented in this overrideWithUserProperties method, and it seems they need to be maintained manually.

ferpasri commented 12 months ago

This old implementation was finally removed in #375 As the first comment says: It is possible to launch TESTAR through CLI and configure the settings by adding pairs of setting=value