aboutsummaryrefslogtreecommitdiff
path: root/web/tests/index.js
blob: a75d6e4df2a4820b6bcfd9b07b711aa843924ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
var Harness = 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'
);