Hello,
When I'm trying to run testacular I get the followin error:
/usr/bin/node /usr/bin/testacular start ../tests/testacular.conf.js
INFO [launcher]: Starting browser Chrome
INFO [Chrome 25.0 (Linux)]: Connected on socket id QFzRk9wjIoDeZ5sPpFJ4
Chrome 25.0 (Linux) ERROR
Uncaught ReferenceError: QUNIT is not defined
at /var/www/html/zf2/tests/testacular.conf.js:11
Chrome 25.0 (Linux): Executed 0 of 0
e 25.0 (Linux): Executed 0 of 0 ERROR (0.114 secs / 0 secs)
And my configuration:
basePath = '';
files = [
QUNIT,
QUNIT_ADAPTER,
'tests/*.js',
'/var/www/html/zf2/tests/*.js'
];
reporters = ['progress'];
port = 9876;
runnerPort = 9100;
colors = true;
logLevel = LOG_INFO;
autoWatch = true;
browsers = ['Chrome'];
captureTimeout = 60000;
singleRun = false;
Why is saying that QUNIT is not defined. It is defined, I can see it in the source code of testacular...