feat: webos backend is created#51
Open
hattapoglu wants to merge 2 commits intoshaka-project:mainfrom
Open
Conversation
Member
|
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! |
Author
|
No problem 👍 By the way, you have to install WebOS CLI in your PC and 'Developer Mode' app in your TV. |
Member
|
WebOS CLI is now easier to install --> |
tykus160
reviewed
Dec 5, 2024
Comment on lines
+31
to
+35
| "dependencies": { | ||
| "generic-webdriver-server": "^1.1.3", | ||
| "tmp-promise": "^3.0.2", | ||
| "wol": "^1.0.7" | ||
| }, |
Member
There was a problem hiding this comment.
We should add Ares CLI as a dependency here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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