History log of /forgerock/openam-v13/openam-ui/openam-ui-ria/karma.conf.js
Revision Date Author Comments Expand
6da6692846ac189aa8a6b1b897fb03f6d7bf34ae 12-Nov-2015 Phil Ostler <phil.ostler@forgerock.com>

AME-9016 Update Karma to use Mocha Reporter

01f87b9746ac246340e0e98d25e03193d83b071f 21-Oct-2015 Joe Bandenburg <joe.bandenburg@forgerock.com>

Replace QUnit with Karma/Mocha/Chai Karma provides a web server for hosting the tests, which removes the requirement for an application server to deploy to. This makes it possible to easily integrate the unit tests into the build. It also watches the source files and automatically reruns the tests. Mocha and Chai provide a modern testing experience, with a BDD testing style and comprehensive assertions. As part of this change, the QUnit tests that were functional-style tests have been removed. The plan is to eventually replace them with true functional Selenium tests.