{
    "testingType": ["e2e"],
    "language": "js",
    "runner": "nightwatch",
    "backend": "both",
    "cloudProvider": "browserstack",
    "browsers": [
        "firefox",
        "chrome"
    ],
    "seleniumServer": true,
    "testsLocation": "nightwatch-e2e",
    "baseUrl": "http://localhost",
    "allowAnonymousMetrics": false,
    "mobile": false
}
