aboutsummaryrefslogtreecommitdiff
path: root/web/tests/index.js
blob: 8e502c269468d2522e39ff1e9b877cd481c389d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
var harness = new Siesta.Harness.Browser.ExtJS();

harness.configure({
    title: 'Traccar Test Suite',
    preload: [
        '//cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/ext-all.js',
        'locale.js',
        'app.js'
    ]
});

harness.start(
    'tests/010_sanity.t.js'
);