UI Feature Request: Unit tests for UI modules. 52/152/4
authorkashalkar <kiran.kashalkar@riftio.com>
Sat, 11 Jun 2016 12:56:45 +0000 (14:56 +0200)
committerkashalkar <kiran.kashalkar@riftio.com>
Tue, 26 Jul 2016 12:04:33 +0000 (14:04 +0200)
Change-Id: I1d78bf61305c798fd1aa8e911afa79d797e80d34

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