Prerequisites:
Once prerequisites are completed, run the following commands from within webapp/
:
npm install -g bower
bower install
npm install -g web-component-tester
npm install
npm test
: This will run the linting task followed by the web-component-tester task.npm run lint
: This will run only the linting task.npm run lint-fix
: This will run the linting task with automatic lint fixing.npm run wct
: This will run only the web-component-tester task.npm run wctp
: This will run the web-component-tester task with the-p
flag to leave the browser open after the tests have completed.