jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

Any mechanism for 'overly verbose output' #365

Closed rstudner closed 9 years ago

rstudner commented 9 years ago

I have a set of tests running locally on a variety of developer (osx) machines.

Oddly, on the jenkins centos box -- they fail.

Also very oddly, when I run them locally, 250 of them pass.

On the jenkins box, 452 of them fail ;) (there aren't 452 of them haha)

So, basically, i'm just trying to think of any way I can get bin/rake teaspoon to spit out a heck of alot more output as it is trying to run.. and i'm hoping anyone here has some hints as to how to do that :)

Thanks!

mikepack commented 9 years ago

What type of output are you looking for? You can run teaspoon --format documentation to output your spec details, but I assume that's not what you're looking for.

rstudner commented 9 years ago

Mike - yeah, not what I was looking for but thanks. I started making use of Magic Lamp, and despite all the tests running on every developer box etc.. for some reason, on the jenkins centos box, all the tests that use magic lamp now fail. And, since there is so little debugging/bootstrapping/I don't even know what I am looking for (hah) output, I can't seem to track down why this is the case.

mikepack commented 9 years ago

I've never used Magic Lamp but if you can create an app that reproduces the problem I'll happily take a look.