Skip to content

Commit

Permalink
Add more TestingbotCapabilities types (#10126)
Browse files Browse the repository at this point in the history
Extend `Capabilities.ts` with some more capabilities supported by TestingBot
  • Loading branch information
jochen-testingbot committed Apr 6, 2023
1 parent 2615d96 commit 71921b1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/wdio-types/src/Capabilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,19 @@ export interface TestingbotCapabilities {
tags?: string[];
build?: string | number | number;
public?: boolean;
'tunnel-identifier'?: string
'tunnel-identifier'?: string;
realDevice?: boolean;
'selenium-version'?: string;
chromedriverVersion?: string;
iedriverVersion?: string;
edgedriverVersion?: string;
geckodriverVersion?: string;
operaDriverVersion?: string;
timeZone?: string;
upload?: string;
'testingbot.geoCountryCode'?: string;
idletimeout?: number;
'load-extension'?: string;
}

export interface SeleniumRCCapabilities {
Expand Down

0 comments on commit 71921b1

Please sign in to comment.