History log of /forgerock/openam/openam-ui/openam-ui-ria/karma.conf.js
Revision Date Author Comments Expand
b6326f13fb241b995957bcf7d2fcd6617b4f03dc 21-Jul-2016 Phil Ostler <phil.ostler@forgerock.com>

AME-11413 Cleanup Babel transpiling setup in XUI

2e2f6e123c60b759308246d195322f0b542abffa 20-Jul-2016 Eugenia Sergueeva <eugenia.sergueeva@forgerock.com>

AME-11268 Initial redux foundation: tests

2851350db7f27668b399fc4b3e2125d8cdbacf69 28-Jun-2016 Phil Ostler <phil.ostler@forgerock.com>

AME-10743 Ensure JSONSchemaTest is not coupled to i18n system in XUI

fc702bf2012c354e5a405223dc906b0b7818dee6 28-Jun-2016 Phil Ostler <phil.ostler@forgerock.com>

AME-10743 Setup i18n in XUI unit tests

809c4ffa9840ebc6d523f786633457a2c7e4bdc5 28-Jun-2016 Phil Ostler <phil.ostler@forgerock.com>

AME-10819 Use nyan Karma reporter for XUI unit test output in development

825396f66be8e99fa60124ac9497cf1b454c43b7 01-Feb-2016 Phil Ostler <phil.ostler@forgerock.com>

XUI ES6 Phase 0 - Enable Babel ES6 transpile build step (currently no-op)

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.