wallabyjs / angular-starter

:tada: An Angular Starter kit featuring Angular 4 (Router, Http, Forms, Services, Tests, E2E, Dev/Prod, HMR, Async/Lazy Routes, AoT via ngc), Karma, Protractor, Jasmine, Istanbul, TypeScript 2, TsLint, Codelyzer, Hot Module Replacement, @types, and Webpack 2 by @AngularClass a @OneSpeed-io company

Home Page:https://angularclass.github.io/angular-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wallaby.js

To get wallaby.js working for the angular-starter project, you'll need to do the following:

Note that the sample is using Electron test runner.

Alternatively, you may use Chrome (headless) runner. In this case you may change the env setting in the wallaby config file to env: {kind: 'chrome'}, and you will not need to npm i electron (and can remove electron from the package.json dependencies).

You may use PhantomJs runner if you like. In this case you may remove the env setting from the wallaby config file, and you will not need to npm i electron (and can remove electron from the package.json dependencies).

About

:tada: An Angular Starter kit featuring Angular 4 (Router, Http, Forms, Services, Tests, E2E, Dev/Prod, HMR, Async/Lazy Routes, AoT via ngc), Karma, Protractor, Jasmine, Istanbul, TypeScript 2, TsLint, Codelyzer, Hot Module Replacement, @types, and Webpack 2 by @AngularClass a @OneSpeed-io company

https://angularclass.github.io/angular-starter/

License:MIT License


Languages

Language:JavaScript 63.5%Language:TypeScript 31.9%Language:HTML 2.5%Language:Dockerfile 1.5%Language:CSS 0.6%