systelab-components-wdio-test
Version:
Widgets to be use in the E2E Tests based in WDIO
15 lines (14 loc) • 501 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://www.werfen.com/application-write-text-request-schema.json",
"title": "Schema for a request to write text simulating a sequence of ket strokes on the application managed by WDIO REST API",
"type": "object",
"properties": {
"stringToWrite": {
"type": "string",
"description": "Text to write"
}
},
"required": ["stringToWrite"],
"additionalProperties": false
}