jasmine / jasmine-gem

Jasmine ruby gem
682 stars 275 forks source link

Test results do not appear in TeamCity #239

Closed workmaster2n closed 9 years ago

workmaster2n commented 9 years ago

I run rake jasmine:ci as part of my build process and can inspect the logs to see the tests are successfully passing, but the tests aren't appearing in the test result page for TeamCity.

TeamCity: 8.1.5 jasmine: 2.2.0

slackersoft commented 9 years ago

The jasmine:ci rake task just prints the results to the console by default. I'm not sure what TeamCity needs to have happen in order to understand that they are test results.

You may need to find or create a custom formatter in order to accomplish this.

workmaster2n commented 9 years ago

Cool, thanks for that info. I'll see if I can't figure out how to capture that output and turn it into something TeamCity understands.

slackersoft commented 9 years ago

I'm going close this issue, since it sounds like jasmine itself is functioning as expected.

You might also take a look at the TeamCity plugins, it looks like they point to a couple things for jasmine.