You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
Hello @christian-bromann ,
Sorry for the trouble but I was just looking for starting and stopping appium as a child process and came across this example.
Here selenium server is started before the test as a child process and once the test is done, the child process is killed.
Could you please help me to do the same for appium.cmd where I can utilize the wdio.conf.js file and mocha?
I was trying to create a gulp task using gulp-run and was able to start the appium server using appium.cmd.
Hello @christian-bromann ,
Sorry for the trouble but I was just looking for starting and stopping appium as a child process and came across this example.
Here selenium server is started before the test as a child process and once the test is done, the child process is killed.
Could you please help me to do the same for
appium.cmd
where I can utilize the wdio.conf.js file and mocha?I was trying to create a gulp task using gulp-run and was able to start the appium server using
appium.cmd
.But wanted to start it as child process which can be killed later and it should be async(may be).
The text was updated successfully, but these errors were encountered: