Check out the [blog posts:
- Part 1 - In the first part we’ll look at unit tests, which ensure that small, isolated pieces of code behave as expected.
- Part 2 - In part two we'll address E2E tests, which verify that all the pieces of code fit together by simulating the user experience through browser automation.
- Fork/Clone
- Install dependencies -
npm install && bower install && npm run driver-install
- Run the development server -
gulp
- Run unit tests -
gulp unit
- Run e2e tests -
gulp e2e