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