mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
add multiple override scenario spec
This commit is contained in:
parent
ba8db5ddf6
commit
7a54e6f458
1 changed files with 7 additions and 0 deletions
|
@ -36,3 +36,10 @@ Scenario: Override color selections with runtime overrides
|
||||||
Given we use the config "tiny.yaml"
|
Given we use the config "tiny.yaml"
|
||||||
When we run jrnl with -1 --config-override '{"colors.body": "blue"}'
|
When we run jrnl with -1 --config-override '{"colors.body": "blue"}'
|
||||||
Then the runtime config should have colors.body set to blue
|
Then the runtime config should have colors.body set to blue
|
||||||
|
|
||||||
|
@skip_win
|
||||||
|
Scenario: Apply multiple config overrides
|
||||||
|
Given we use the config "tiny.yaml"
|
||||||
|
When we run jrnl with -1 --config-override '{"colors.body": "green", "editor": "nano"}'
|
||||||
|
Then the runtime config should have colors.body set to green
|
||||||
|
And the runtime config should have editor set to nano
|
||||||
|
|
Loading…
Add table
Reference in a new issue