JSON Schema Property 'e2e'

Description

Configuration for end-to-end tests.

Diagram

Drilldown into /properties/e2e/properties/protractorJSON Schema Diagram of /properties/e2e

Value

Object

Properties

Property Name Type Description
protractor object protractor

Source

"e2e": {
    "type": "object",
    "description": "Configuration for end-to-end tests.",
    "additionalProperties": false,
    "properties": {
        "protractor": {
            "type": "object",
            "additionalProperties": false,
            "properties": {
                "config": {
                    "type": "string",
                    "description": "Path to the config file."
                }
            }
        }
    }
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (195:10)

References

Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0