File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pip install -U robotframework-jsonlibrary
3333
3434# Example Test Case
3535
36- | __ \* ** Settings \* ** __ | | | | |
36+ | \* ** Settings \* ** | | | | |
3737----------------- |-------------------- |----------------- |----------- |----------------- |
3838| Library | JSONLibrary | | | |
3939| __ \* ** Test Cases \* ** __ | | | | |
@@ -47,10 +47,10 @@ pip install -U robotframework-jsonlibrary
4747| Should Be Equal As Strings | ${json_obj[ 'country'] | ${value_to_update} | | |
4848| Should Have Value In Json | ${json_obj} | $..isMarried |
4949| Should Not Have Value In Json | ${json_obj} | $..hasSiblings |
50- | Dump Json To File | ${OUTPUT_DIR}${/}output.json | ${json} |
51- | ${schema_json_obj}= | Load Json From File | ${CURDIR}${/} schema.json | | |
50+ | Dump Json To File | \ $ {OUTPUT_DIR}\ $ {/}output.json | ${json} |
51+ | ${schema_json_obj}= | Load Json From File | schema.json | | |
5252| Validate Json By Schema | ${json_obj} | ${schema_json_obj} | | |
53- | Validate Json By Schema File | ${json_obj} | ${CURDIR}${/} schema.json | | |
53+ | Validate Json By Schema File | ${json_obj} | schema.json | | |
5454
5555# Documentation
5656For the detail keyword documentation. Go to this following link:
You can’t perform that action at this time.
0 commit comments