Skip to content

hypc/robot-jsonschemalibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RobotFramework JSONSchamaLibrary

Provides a simple interface to jsonschema, the Python implementation of JSON Schema.

Usage

You can import library like this:

Library     JSONSchemaLibrary

or:

Library     JSONSchemaLibrary  /path/to/schemas

and you can write your testcase like this:

My Test Case:
    Validate Json   schema_name.schema.json  {"foo": "bar"}

My Test Case2:
    Validate Json   /path/to/schema_name.schema.json  {"foo": "bar"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages