theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 310 forks source link

Youtrack reporter: failed to load module #294

Closed toonevdb closed 10 years ago

toonevdb commented 10 years ago

I'm trying to use the youtrack reporter but it seems to fail on the following command: intern-runner --config=tests/intern --reporters=youtrack

It works with the default runner and junit.

I'm getting the following output:

/usr/lib/node_modules/intern/node_modules/dojo/dojo.js:757
                    throw new Error('Failed to load module ' + module.mid + ' from ' + url + 
                          ^
Error: Failed to load module intern/lib/reporters/youtrack from /usr/lib/node_modules/intern/lib/reporters/youtrack.js (parent: *33)
    at /usr/lib/node_modules/intern/node_modules/dojo/dojo.js:757:12
    at fs.js:207:20
    at Object.oncomplete (fs.js:107:15)
csnover commented 10 years ago

Could you please let us know which documentation indicates that there is a reporter named youtrack that comes with Intern so it can be fixed, since there is no such thing? Thanks!

toonevdb commented 10 years ago

I confused youtrack with teamcity since we use both and it's from the same company :) my bad