mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-05 23:30:19 +00:00
85861819a6
The Tentacular team recently renamed the project to Karma. It is recommended that all projects using Testacular update their code to use the new Karma package.
23 lines
263 B
JavaScript
23 lines
263 B
JavaScript
basePath = '';
|
|
|
|
files = [
|
|
ANGULAR_SCENARIO,
|
|
ANGULAR_SCENARIO_ADAPTER,
|
|
|
|
'jstests/e2e/*.js'
|
|
];
|
|
|
|
proxies = {
|
|
'/': 'http://localhost:8537/'
|
|
};
|
|
|
|
urlRoot = '/_karma/';
|
|
|
|
browsers = ['PhantomJS'];
|
|
|
|
autoWatch = false;
|
|
|
|
singleRun = true;
|
|
|
|
reporters = ['progress'];
|