We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e32491 commit b423f78Copy full SHA for b423f78
README.md
@@ -47,7 +47,7 @@ ${value}= | Get Value From Json | ${json_obj} | $..country |
47
|Should Be Equal As Strings | ${json_obj['country'] | ${value_to_update} | | |
48
|Should Have Value In Json | ${json_obj} | $..isMarried |
49
|Should Not Have Value In Json | ${json_obj} | $..hasSiblings |
50
-|Dump JSON To File | ${OUTPUTID)${/}output.json | ${json} |
+|Dump JSON To File | ${OUTPUT_DIR}${/}output.json | ${json} |
51
52
53
# Documentation
0 commit comments