summaryrefslogtreecommitdiff
path: root/jasmine.json
blob: 440dca196c28b21c863fbfb600334195e8e6e0cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "include_paths": ["webhelper", "."],
  "options": "--verbose",
  "spec_files": [
    "test/endless",
    "test/webhelper/testTranslate2.js",
    "test/webhelper",
    "test/tools/eos-application-manifest",
    "test/tools/testHtmlExtractor.js"
  ],
  "exclude": [
    "test/webhelper/testTranslate.js",
    "test/webhelper/testUpdateFontSize.js",
    "test/webhelper/testWebActions.js"
  ],
  "environment": {
    "GI_TYPELIB_PATH": ".",
    "LD_LIBRARY_PATH": ".libs",
    "TOP_SRCDIR": ".",
    "WEBHELPER_UNINSTALLED_EXTENSION_DIR": ".libs",
    "XDG_CONFIG_HOME": "/tmp"
  }
}