Skip to content

Commit

Permalink
fix(@wdio/types): add missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jun 5, 2024
1 parent f3267b8 commit 8bbd0ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/wdio-types/src/Capabilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ export interface AppiumCapabilities {
'appium:newCommandTimeout'?: number
'appium:language'?: string
'appium:locale'?: string
'appium:animationCoolOffTimeout'?: number
/**
* iOS Unique Device Identifier
*/
Expand Down Expand Up @@ -1366,6 +1367,8 @@ export interface SauceLabsCapabilities {
background: boolean
timeout: number
}

recordDeviceVitals?: boolean
}

export interface LambdaTestCapabilities {
Expand Down

0 comments on commit 8bbd0ea

Please sign in to comment.