panosru
panosru

Reputation: 2959

Atlassian Bamboo CI + NodeJS

I use Atlassian Bamboo for my PHP projects and I find it extremelly useful, NodeJS is around since a while now and I'm really surprised that Bamboo does not support NodeJS out of the box. I read an article about using Bamboo with NodeJS but it seems that it only applies for Bamboo OnDemand, I have setup Bamaboo on my server and from what I can see Jasmine is not supported in order to follow the article's steps.

Do anyone know how I could possibly could use Bamboo with NodeJS? I don't really mind the testing framework, I prefer mocha and vows but if there is any other testing framework that supports Bamboo I would use it.

Any hint would be helpfull!

PS: I'm not sure if TeamCity support NodeJS but from what I found on some quick google searches it seems that it is, could anyone confirm that for me? If TeamCity supports NodeJS then I'll switch over to TeamCity.

Thanks a lot!

Upvotes: 0

Views: 2693

Answers (1)

jdumay
jdumay

Reputation: 317

Bamboo sure does support node.js - you just need to have node installed on your build server (this is the only difference between Bamboo download and Bamboo OnDemand) and use the JUnit Test Report task to pick up test reports by Testacular.

Upvotes: 3

Related Questions