Merge pull request #29012 from Danesz/add_exclude_per_capability

webdriverio : Add 'exclude' and 'specs' per DesiredCapability
This commit is contained in:
Jesse Trinity
2018-09-19 15:08:34 -07:00
committed by GitHub
+6
View File
@@ -311,6 +311,12 @@ declare namespace WebdriverIO {
// RC
honorSystemProxy?: boolean;
ensureCleanSession?: boolean;
// Exclude
exclude?: string[];
// Define which test specs should run (only on the desired capability)
specs?: string[];
}
interface Cookie {