Skip to content

Commit 5e1816b

Browse files
authored
[v7] Add the Vitaq AI service to the list of services in the v7 WebdriverIO documentation (#9228)
* Added vitaq ai service to the list of services * Added space to JSON file
1 parent 9b04283 commit 5e1816b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/wdio-cli/src/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ export const SUPPORTED_PACKAGES = {
145145
{ name: 'tesults', value: 'wdio-tesults-service$--$tesults' },
146146
{ name: 'azure-devops', value: '@gmangiapelo/wdio-azure-devops-service$--$azure-devops' },
147147
{ name: 'google-Chat', value: 'wdio-google-chat-service' },
148-
{ name: 'qmate-service', value: '@sap_oss/wdio-qmate-service--$qmate-service' }
148+
{ name: 'qmate-service', value: '@sap_oss/wdio-qmate-service--$qmate-service' },
149+
{ name: 'vitaqai', value: 'wdio-vitaqai-service$--$vitaqai' }
149150
]
150151
} as const
151152

scripts/docs-generation/3rd-party/services.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,5 +192,11 @@
192192
"title": "Qmate Service",
193193
"githubUrl": "https://github.com/SAP/wdio-qmate-service",
194194
"npmUrl": "https://www.npmjs.com/package/@sap_oss/wdio-qmate-service"
195+
},
196+
{
197+
"packageName": "wdio-vitaqai-service",
198+
"title": "Vitaq AI",
199+
"githubUrl": "https://github.com/RossVertizan/wdio-vitaqai-service",
200+
"npmUrl": "https://www.npmjs.com/package/wdio-vitaqai-service"
195201
}
196202
]

0 commit comments

Comments
 (0)