Xenon (http://github.com/ten-eleven/xenon) is a JavaScript Testing utility for protractor that makes it easier to manage E2E testing with applications which heavily use components. Xenon's API helps you create testing objects which mirror your components structure.
This boilerplate is help you bootstrap your functional tests in your project.
npm install
typings install
(npm install typings --g
if you haven't got typings cli)- install protractor. See https://angular.github.io/protractor/#/ setup section
npm run-script test:e2e
This will run a small spec against our searchkit's demo site. Shows how to import page objects used in another project