Skip to content

Commit

Permalink
Add QUnit service (#12046)
Browse files Browse the repository at this point in the history
* feat: add wdio-qunit-service

* feat: add wdio-qunit-service
  • Loading branch information
mauriciolauffer committed Jan 19, 2024
1 parent 17c74bd commit 0730864
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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
8 changes: 7 additions & 1 deletion scripts/docs-generation/3rd-party/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,11 @@
"title": "Robonut",
"githubUrl": "https://github.com/udarrr/wdio-robonut-service",
"npmUrl": "https://www.npmjs.com/package/wdio-robonut-service"
}
},
{
"packageName": "wdio-qunit-service",
"title": "QUnit",
"githubUrl": "https://github.com/mauriciolauffer/wdio-qunit-service",
"npmUrl": "https://www.npmjs.com/package/wdio-qunit-service"
}
]

0 comments on commit 0730864

Please sign in to comment.