-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: default | ||
title: Dependencies | ||
parent: Developers | ||
--- | ||
|
||
# Dependencies | ||
|
||
| Package | Type | Usage | | ||
|:------------------------------------|:-----|:---------------------------------------------------------| | ||
| `karma` | Dev | Testrunner for unit and functional tests | | ||
| `karma-chai` | Dev | Use asserts like "expect" from the chai library | | ||
| `karma-chrome-launcher` | Dev | Launches Chrome for unit and functional tests | | ||
| `karma-coverage` | Dev | Creates coverage report for unit tests | | ||
| `karma-firefox-launcher` | Dev | Launches Firefox for unit and functional tests | | ||
| `karma-htmlfile-reporter` | Dev | Creates an HTML test report for functional tests | | ||
| `karma-junit-reporter` | Dev | Creates a JUnit test report for unit and functional test | | ||
| `karma-mocha` | Dev | Testframework for unit and functional tests | | ||
| `karma-mocha-reporter` | Dev | Mocha like test output for unit tests | | ||
| `karma-webpack` | Dev | Webpack bundler for Karma testcases. | |