Skip to content

Commit

Permalink
feat: add new ocr service
Browse files Browse the repository at this point in the history
- remove old one
  • Loading branch information
wswebcreation committed May 26, 2024
1 parent cfc8d97 commit c1af0de
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/docs-generation/3rd-party/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"githubUrl": "https://github.com/webdriverio/visual-testing",
"npmUrl": "https://www.npmjs.com/package/@wdio/visual-service"
},
{
"packageName": "@wdio/ocr-service",
"title": "OCR Testing",
"githubUrl": "https://github.com/webdriverio/visual-testing",
"npmUrl": "https://www.npmjs.com/package/@wdio/ocr-service"
},
{
"packageName": "wdio-vscode-service",
"title": "VSCode Extension Testing",
Expand Down Expand Up @@ -139,12 +145,6 @@
"branch": "main",
"npmUrl": "https://www.npmjs.com/package/wdio-aws-device-farm-service"
},
{
"packageName": "wdio-ocr-service",
"title": "OCR service for Appium Native Apps",
"githubUrl": "https://github.com/wswebcreation/wdio-ocr-service",
"npmUrl": "https://www.npmjs.com/package/wdio-ocr-service"
},
{
"packageName": "wdio-wait-for",
"title": "Library of useful expected conditions",
Expand Down Expand Up @@ -218,5 +218,5 @@
"title": "QUnit",
"githubUrl": "https://github.com/mauriciolauffer/wdio-qunit-service",
"npmUrl": "https://www.npmjs.com/package/wdio-qunit-service"
}
]
}
]

0 comments on commit c1af0de

Please sign in to comment.