-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.8 #91
Version 0.8 #91
Conversation
Reorder modules. Spawn one ws-qvh per device. Use xciutest
async load appium-xcuitest-driver
[QvhackRunner][udid: c96e4f4016966c6b50c39e1168f5535ee1988f40] failed to spawn process. Error: spawn /Users/$USER/ws-qvh EACCES |
@tulasikrishan89 Now you don't need to |
Everything below is temporary and will change before this PR is merged.
BUILD
Build configuration depends on environment variables:
INCLUDE_APPL
- build server with ios trackerINCLUDE_GOOG
- build server with android tracker, xterm.js and "remote devtools"i.e. to build complete version you need to run:
npm run dist
has onlyINCLUDE_GOOG=1
RUN
iOS
To be able to stream screen from ios-devices build ws-qvh. Make sure
ws-qvh
binary is available on yourPATH
.Remote trackers
To provide URLs for remote device trackers you need to specify path to configuration file in
WS_SCRCPY_CONFIG
environment variable, e.g.:Configuration file format:
ws-scrcpy/src/types/Configuration.d.ts
Lines 1 to 15 in d2c55d5