Skip to content

Commit 425f121

Browse files
Merge pull request #204 from VKCOM/di/up-version-1.4.2
up version
2 parents 216b5a6 + 19182f4 commit 425f121

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.github/workflows/api_tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- 'Dockerfile'
88
- 'test/api/**'
99
- 'docker-compose-test.yaml'
10+
- 'package.json'
11+
- 'package-lock.json'
1012
jobs:
1113
run-api-tests:
1214
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ If you also want to add an iOS device see [this document](doc/ios-docs/ios-devic
3232
- All devices that are supported by Appium's WebDriverAgent are available in the UI
3333
- Simple taps and gestures and button presses are supported
3434
- Ability to install apps on iOS devices
35+
- Ability to control device without XCTest by [ESP32](doc/ios-docs/esp32.md)
3536
- Extended remote debug coming in 2025
3637

3738
### Remote Control and Screen View

doc/ios-docs/ios-device.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ stf ios-provider \
3030
--provider localworker \
3131
--storage-url http://localhost:7100/
3232
```
33+
Also you can use ESP32 Implementation described in [this document](esp32.md)
3334

3435
## Determine the device name:
3536

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vk-devicehub",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Smartphone Test Farm",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)