From 9cd4274e2549297ee49a88329356bcc91681eb7b Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan Date: Thu, 27 Jan 2022 21:41:31 +0530 Subject: [PATCH] docs(config): improve docs by excluding few lines Make improvement in config.ts docs by excluding specs, maxInstances, shardTestFiles, count, seleniumAddress from capabilities changes for #5130 --- lib/config.ts | 5 ----- 1 file changed, 5 deletions(-) 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?: {