Skip to content

Commit

Permalink
#238 update property loading documentation - add sakuli cli option
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schneck committed Jul 18, 2017
1 parent 48c5ecc commit 3eb778c
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -13,8 +13,10 @@ git-link:{page-path}{git-view} | git-link:{page-path}{git-edit}
-> valid for *all test suites* within this folder
. as a *testsuite property* in `test-suites-folder/test-suite/testsuite.properties`
-> valid for the **test suite** itself and **all test cases** within it
. as a *Java VM option* like `-D log.level.sakuli=DEBUG`, as option of the Sakuli starter
. as a *Java VM option* as option of the Sakuli starter, like `sakuli run -D log.level.sakuli=DEBUG`,
-> valid for only one test run
. as a *environment variable* matching the property key in dashed uppercase writing, e.g. `LOG_LEVEL_SAKULI=DEBUG` -> overwrites property `log.level.sakuli`
. as a *environment variable* matching the property key in dashed uppercase writing, e.g. `LOG_LEVEL_SAKULI=DEBUG` -> overwrites property `log.level.sakuli` as long as environment variable is defined
. as a *explicit starter option* (if present) of the Sakuli CLI, e.g. `sakuli run test -browser chrome`
-> valid for only one test run

We do not recommend to change any values in `__SAKULI_HOME__/config/sakuli-default.properties` as a new version of Sakuli will have its own default property file and would overwrite the existing one; your changes would not be preserved.

0 comments on commit 3eb778c

Please sign in to comment.