Merge "UI Feature Request: Unit tests for UI modules."
authorkashalkar <kiran.kashalkar@riftio.com>
Thu, 28 Jul 2016 14:43:17 +0000 (16:43 +0200)
committerGerrit Code Review <root@osm.etsi.org>
Thu, 28 Jul 2016 14:43:17 +0000 (16:43 +0200)
Release1/ui-feature-unit-tests.md [new file with mode: 0644]

diff --git a/Release1/ui-feature-unit-tests.md b/Release1/ui-feature-unit-tests.md
new file mode 100644 (file)
index 0000000..48b1267
--- /dev/null
@@ -0,0 +1,20 @@
+# Add Unit Tests for UI modules #
+
+## Proposer ##
+Kiran Kashalkar (RIFT.io)
+
+## Type ##
+**Requirement** (do not modify)
+
+## Target MDG/TF ##
+UI
+
+## Description ##
+A unit test framework (intern.js), unit tests and a test-runner (intern.js) with coverage analysis 
+should be added for following components of the UI:
+1. Plugin Discovery Module
+2. Message Emmitter Module
+
+## Demo or definition of done ##
+Should display results from the test-runner.
+Overall line coverage target should be 80%+.
\ No newline at end of file