mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-06 07:57:27 +08:00
refactor: restructure
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
From v4.3.0,HttpRunner will support mobile UI automation testing:
|
||||
|
||||
- iOS: based on [appium/WebDriverAgent], with client library [electricbubble/gwda] in golang
|
||||
- Android: based on UiAutomation
|
||||
- iOS: based on [appium/WebDriverAgent], with forked client library [electricbubble/gwda] in golang
|
||||
- Android: based on [appium-uiautomator2-server], with forked client library [electricbubble/guia2] in golang
|
||||
|
||||
Some UI recognition algorithms are also introduced for both iOS and Android:
|
||||
|
||||
@@ -34,12 +34,18 @@ $ make build tags=ocr
|
||||
|
||||
## Thanks
|
||||
|
||||
This uixt module is initially forked from [electricbubble/gwda-ext-opencv] and made a lot of changes.
|
||||
This uixt module is initially forked from the following repos and made a lot of changes.
|
||||
|
||||
- [electricbubble/gwda-ext-opencv]
|
||||
- [electricbubble/gwda]
|
||||
- [electricbubble/guia]
|
||||
|
||||
|
||||
[electricbubble/gwda-ext-opencv]: https://github.com/electricbubble/gwda-ext-opencv
|
||||
[appium/WebDriverAgent]: https://github.com/appium/WebDriverAgent
|
||||
[electricbubble/gwda]: https://github.com/electricbubble/gwda
|
||||
[electricbubble/guia]: https://github.com/electricbubble/guia2
|
||||
[OpenCV 4]: https://opencv.org/
|
||||
[hybridgroup/gocv]: https://github.com/hybridgroup/gocv
|
||||
[volcengine]: https://www.volcengine.com/product/text-recognition
|
||||
[appium-uiautomator2-server]: https://github.com/appium/appium-uiautomator2-server
|
||||
|
||||
Reference in New Issue
Block a user