UNPKG

systelab-components-wdio-test

Version:
15 lines (14 loc) 471 B
{ "$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 }