Feature: core - Test the core json object
{ "directory": "./test" }
{ "a": 5 }
And
item "a" is written to file "testItem.txt"
00:00:00.001
Then
file "testItem.txt" is equal to "5"
0s
{ "lastRun": "17" }
{ "bla": "17" }
Then
it is equal to "17"
0s
Then
item "bla" is equal to 17
0s
{ "lastRun": "hello17" }
Then
it is equal to "hello17"
0s