Once again I have problems running my angularJS e2e test with testacular. This time the output is
Chrome 23.0: Executed 0 of 13 (skipped 13) SUCCESS (0.117 secs / 0 secs)
info: Disconnecting all browsers
no test are run, here is my config file.
basePath = './';
files = [
ANGULAR_SCENARIO,
ANGULAR_SCENARIO_ADAPTER,
'e2e/*.js'
];
autoWatch = false;
browsers = ['Chrome'];
singleRun = true;
proxies = {
'/': 'http://localhost:8080/'
};