diff --git a/lib/config.ts b/lib/config.ts index c04849088..2bfbd9166 100644 --- a/lib/config.ts +++ b/lib/config.ts @@ -303,12 +303,7 @@ export interface Config { * browserName: 'chrome', * name: 'Unnamed Job', * logName: 'Chrome - English', - * count: 1, - * shardTestFiles: false, - * maxInstances: 1, - * specs: ['spec/chromeOnlySpec.js'], * exclude: ['spec/doNotRunInChromeSpec.js'], - * seleniumAddress: 'http://localhost:4444/wd/hub' * } */ capabilities?: {