aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/README_testing
blob: b61ca1a6c9dfe220aff66c2e3e5dda64af7e1c56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Test extension:

The test extension contains tests with mocha and chai. It will be packed as an
extra extension (see build_extension.sh).

Tests from BrowserTestExtension/tests will be run against the gpgmejs.bundle.js
itself. They aim to test the outward facing functionality and API.

Unittests as defined in ./unittests.js will be bundled in
gpgmejs_unittests.bundle.js, and test the separate components of gpgmejs,
which mostly are not exported.

The BrowserExtension can be installed the same way as the DemoExtension
(see README).