You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type '[typeof AzureDevopsService, { pat: string; organizationUrl: string; projectId: string; planId: number; suiteId: number; caseIdRegex: string; runName: string; }]' is not assignable to type 'ServiceEntry'.
Type '[typeof AzureDevopsService, { pat: string; organizationUrl: string; projectId: string; planId: number; suiteId: number; caseIdRegex: string; runName: string; }]' is not assignable to type 'ServiceClass | [string, ServiceOption] | [ServiceClass, ServiceOption]'.
Type '[typeof AzureDevopsService, { pat: string; organizationUrl: string; projectId: string; planId: number; suiteId: number; caseIdRegex: string; runName: string; }]' is not assignable to type '[string, ServiceOption]'.
Type at position 0 in source is not compatible with type at position 0 in target.
Type 'typeof AzureDevopsService' is not assignable to type 'string'
The text was updated successfully, but these errors were encountered:
saloni3
changed the title
Unable to add it as a service in webdriverio 9
Unable to add it as a service in webdriverio 9 - Support needed
Oct 29, 2024
Getting the below error when adding to services
Type '[typeof AzureDevopsService, { pat: string; organizationUrl: string; projectId: string; planId: number; suiteId: number; caseIdRegex: string; runName: string; }]' is not assignable to type 'ServiceEntry'.
Type '[typeof AzureDevopsService, { pat: string; organizationUrl: string; projectId: string; planId: number; suiteId: number; caseIdRegex: string; runName: string; }]' is not assignable to type 'ServiceClass | [string, ServiceOption] | [ServiceClass, ServiceOption]'.
Type '[typeof AzureDevopsService, { pat: string; organizationUrl: string; projectId: string; planId: number; suiteId: number; caseIdRegex: string; runName: string; }]' is not assignable to type '[string, ServiceOption]'.
Type at position 0 in source is not compatible with type at position 0 in target.
Type 'typeof AzureDevopsService' is not assignable to type 'string'
The text was updated successfully, but these errors were encountered: