summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/testem.js
blob: de142ee104fe6c61a6d2ab9a755405374d0822b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*jshint node:true*/
module.exports = {
    framework: 'qunit',
    test_page: 'tests/index.html?hidepassed',
    disable_watching: true,
    launch_in_ci: [
        'PhantomJS'
    ],
    launch_in_dev: [
        'PhantomJS',
        'Chrome'
    ]
};