mhevery / jasmine-node

Integration of Jasmine Spec framework with Node.js
MIT License
1.52k stars 291 forks source link

jasmine-node cannot run on Teamcity #99

Closed fizker closed 12 years ago

fizker commented 12 years ago

When attempting to run on Teamcity, it fails due to the jasmine.TeamcityReporter not being present. Apparently, the version of jasmine-reporters currently on npm is not the version that includes the correct reporter.

Proposed solutions: 1 - Get jasmine-reporters project to put their current version on npm, and update dependency for this project. 2 - Use git submodule to clone the current version of jasmine-reporters into node_modules

When manually updating the jasmine-reporters module, I could get it running no problems, but I would really like to be able to use the pure npm version of jasmine-node.

mtscout6 commented 12 years ago

See pull request #136. Should be fixed when it's pulled in.

mtscout6 commented 12 years ago

pull request #136 was taken, so you should should be good to go now.

fizker commented 12 years ago

Confirmed. I'm closing this ticket. Many thanks :).