Skip to content

Commit

Permalink
Replacement of wdio-tesults reporter with service (#8133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetd committed Mar 21, 2022
1 parent 8ee4326 commit 5e76205
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/wdio-cli/src/constants.ts
Expand Up @@ -94,8 +94,7 @@ export const SUPPORTED_PACKAGES = {
{ name: 'timeline', value: 'wdio-timeline-reporter$--$timeline' },
{ name: 'html', value: '@rpii/wdio-html-reporter$--$html' },
{ name: 'markdown', value: 'carmenmitru/wdio-markdown-reporter' },
{ name: 'delta', value: '@delta-reporter/wdio-delta-reporter-service' },
{ name: 'tesults', value: 'wdio-tesults-reporter$--$tesults' }
{ name: 'delta', value: '@delta-reporter/wdio-delta-reporter-service' }
],
plugin: [
{ name: 'wait-for', value: 'wdio-wait-for$--$wait-for' },
Expand Down Expand Up @@ -136,6 +135,7 @@ export const SUPPORTED_PACKAGES = {
{ name: 'aws-device-farm', value: 'wdio-aws-device-farm-service$--$aws-device-farm' },
{ name: 'ocr-native-apps', value: 'wdio-ocr-service$--$ocr-native-apps' },
{ name: 'ms-teams', value: 'wdio-ms-teams-service$--$ms-teams' },
{ name: 'tesults', value: 'wdio-tesults-service$--$tesults' }
]
} as const

Expand Down
6 changes: 0 additions & 6 deletions scripts/docs-generation/3rd-party/reporters.json
Expand Up @@ -52,11 +52,5 @@
"title": "Delta Reporter",
"githubUrl": "https://github.com/delta-reporter/delta-reporter-wdio",
"npmUrl": "https://www.npmjs.com/package/@delta-reporter/wdio-delta-reporter-service"
},
{
"packageName": "wdio-tesults-reporter",
"title": "Tesults",
"githubUrl": "https://github.com/tesults/wdio-tesults-reporter",
"npmUrl": "https://www.npmjs.com/package/wdio-tesults-reporter"
}
]
6 changes: 6 additions & 0 deletions scripts/docs-generation/3rd-party/services.json
Expand Up @@ -139,5 +139,11 @@
"title": "Microsoft Teams",
"githubUrl": "https://github.com/marcelblijleven/wdio-ms-teams-service",
"npmUrl": "https://www.npmjs.com/package/wdio-ms-teams-service"
},
{
"packageName": "wdio-tesults-service",
"title": "Tesults",
"githubUrl": "https://github.com/tesults/wdio-tesults-service",
"npmUrl": "https://www.npmjs.com/package/wdio-tesults-service"
}
]

0 comments on commit 5e76205

Please sign in to comment.