InterviewSolution
| 1. |
How To Handle The Installation In Protractor (select Has Maven For Installations)? |
|
Answer» It is not just for MAVEN; t is for all node js application. We can USE the package.json file as installation files, when we SPECIFY a version in package.json then node will install the specified version in our system. Package.json not just stops with installation it also PERFORM OPERATION like compiling, running the tests. It is not just for maven; t is for all node js application. We can use the package.json file as installation files, when we specify a version in package.json then node will install the specified version in our system. Package.json not just stops with installation it also perform operation like compiling, running the tests. |
|