mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Merge pull request #29012 from Danesz/add_exclude_per_capability
webdriverio : Add 'exclude' and 'specs' per DesiredCapability
This commit is contained in:
Vendored
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user