Skip to content

Commit

Permalink
Add page for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Mar 4, 2024
1 parent 7364b2e commit 97d2f88
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/developers/dependencies.md
@@ -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. |

0 comments on commit 97d2f88

Please sign in to comment.