rhysd / wdio-appium-service

No longer need to launch Appium manually for Webdriver.io
MIT License
9 stars 8 forks source link

Enhancements #1

Closed christian-bromann closed 7 years ago

christian-bromann commented 7 years ago

Thanks for starting the project. I've seen some issue I want to address:

Also:

Comments:

In order to release the package just do

grunt release # to bump patch
# or
grunt release:minor # for bumping minor version
# or
grunt release:majore # for bumping major version

# push tag (created by grunt release)
git push --tags

# publish it to npm, build files will be created beforehand
npm publish

Let me know if you have any questions or concerns. Will add the service to the WebdriverIO cli utility + docs

rhysd commented 7 years ago

I'm sorry for making you wait. I've left iOS development environment for weeks. I'll merge this at first and fix some points before publishing new version. Thank you.