Google News
logo
Appium - Interview Questions
Explain what is Appium package master? How to create package?
Appium package master is a set of tools manage and create appium packages. For example to create package you can use the code :

# using es7/babe1
Gulp create-package –n <package-name>?

#regular es5
Gulp create-package ---nobabe1 –n <package-name>?

The package will be generated in the out/<package-name>
Advertisement