mvn jetty:run
Application is now running in : http://localhost:8080/
install Node.js
Make sure node and npm are in the your Path.
echo $PATH
Configure NPM proxy
npm config set proxy http://[proxy]:[PORT]
npm config set https-proxy http://[proxy]:[PORT]
check also proxy variables
set HTTP_PROXY=http://[proxy]:[PORT]
set HTTPS_PROXY=http://[proxy]:[PORT]
**Install node modules
npm install -g bower
npm install -g grunt-cli
npm install
make sure your application is running on http://localhost:8080/
run protractor tests
grunt test:e2e
- 1.0.1 : initial version For Tapestry-jQuery 3.4.2 & Angular 1.4.8
- 1.0.0 : initial version For Tapestry 5.3.8 & Angular 1.3.9