Skip to content

Commit

Permalink
feat: add wdio-qunit-service
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciolauffer committed Jan 19, 2024
1 parent 5562d0b commit fa8b711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/wdio-cli/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ export const SUPPORTED_PACKAGES = {
{ name: 'google-Chat', value: 'wdio-google-chat-service$--$google-chat' },
{ name: 'qmate-service', value: '@sap_oss/wdio-qmate-service$--$qmate-service' },
{ name: 'vitaqai', value: 'wdio-vitaqai-service$--$vitaqai' },
{ name: 'robonut', value: 'wdio-robonut-service$--$robonut' }
{ name: 'robonut', value: 'wdio-robonut-service$--$robonut' },
{ name: 'qunit', value: 'wdio-qunit-service$--$qunit' }
]
}

Expand Down

0 comments on commit fa8b711

Please sign in to comment.