Skip to content
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

Help required with Appium example #55

Open
rahulmr opened this issue Dec 21, 2016 · 0 comments
Open

Help required with Appium example #55

rahulmr opened this issue Dec 21, 2016 · 0 comments

Comments

@rahulmr
Copy link

rahulmr commented Dec 21, 2016

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.

gulp.task('startApp', function() {
  return run(path.join('node_modules', '.bin', 'appium.cmd')).exec()
    .pipe(gulp.dest('appiumo.log')) ;
})

But wanted to start it as child process which can be killed later and it should be async(may be).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants