-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: webos backend is created #51
base: main
Are you sure you want to change the base?
Conversation
Hi! Sorry for the delay. I haven't had time to review this yet, but we appreciate your efforts! I will do some testing with our own WebOS device in the lab once I'm able to go back into the office. In the meantime, thank you for your patience! |
No problem 👍 By the way, you have to install WebOS CLI in your PC and 'Developer Mode' app in your TV. |
WebOS CLI is now easier to install --> |
"dependencies": { | ||
"generic-webdriver-server": "^1.1.3", | ||
"tmp-promise": "^3.0.2", | ||
"wol": "^1.0.7" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add Ares CLI as a dependency here
Hello,
I needed to run my tests in the TV lab which includes Tizen and webOS devices. This project has helped me a lot with parallel testing. Here, I created the backend for webOS devices and used them successfully in two different devices (webOS 4 and webOS 6).
It works perfectly using local webOS CLI
Close #18