jguyet / angular-testing

Angular testing examples with documented instructions practices ()

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Testing Documented

Configurations

Karma configuration path : ./src/karma.conf.js

Jasmine configuration is partial in karma and in angular.json CLI enable jasmine flags by command lines.

Jasmine what is it ?

Jasmine is a assertion framework for creating continius test on your application, others specifications of jasmine is spy your DOM while testing.

Karma what is it ?

Karma is a server that launcher into the web client Chrome or others and launches jasmines tests and then returns the results on html to the web client.

About

Angular testing examples with documented instructions practices ()


Languages

Language:TypeScript 85.1%Language:JavaScript 10.5%Language:HTML 4.0%Language:CSS 0.5%