InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Appium Package master? How would you create a package? |
|
Answer» Appium Package master REFERS to a set of tools that are used to create and manage Appium packages. To create a new Appium package, we can use the following lines of CODE: //For es7/ babelGulp create-package -n <package-name>In the above code, we use Gulp (a streaming build system) and the command “create-package” to create a new package. -n SIGNIFIES a new package has to be created and <package-name> signifies the name of the package to be created. // For REGULAR es5Gulp create-package ---nobabe1 -n <package-name>In the above code, we mention --nobabel so as to specify that the command is for regular es5. |
|