Feature: Core: Test the core json object
File name: jsonObject.feature
Relative path: features/jsonObject.feature
{
"directory": "./test"
}
{
"a": 5
}
When
item "a" is written to file "testItem.txt"
00:00:00.001
Then
file "testItem.txt" is equal to "5"
00:00:00.001
{
"lastRun": "17"
}
{
"bla": "17"
}
Then
it is equal to "17"
00:00:00.000
Then
item "bla" is equal to 17
00:00:00.000
{
"lastRun": "hello17"
}
Then
it is equal to "hello17"
00:00:00.000