Select a device in the UI and click the "Run" button to execute the script #1466
sockerzero
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
Currently, my project and the hub server are hosted on the same machine. To start the Appium server with the Device Farm plugin and execute tests, I need to use an IDE or open a Terminal in Mac, navigate to the project folder, and run a command to execute the regression testing suite in Project. This command includes parameters such as the specific device to run the tests on.
Is there any chance for us to design a feature in the Appium Device Farm UI to streamline this process? This feature would allow users to define and store test scripts (or a list of commands) within the UI (or load the script file from local machine), users could then select the desired devices in UI, and click a "Run" button, the Device Farm would pass the selected device information as parameters to the script, then execute the script like I did with Terminal.
These are just my ideas, please forgive me if they are incorrect, thank you!
Beta Was this translation helpful? Give feedback.
All reactions