jejacks0n / teaspoon

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

Mocha does not report skipped specs. #373

Closed jejacks0n closed 9 years ago

jejacks0n commented 9 years ago
describe "Klass", ->
  it "displays passing specs", ->
  it "displays pending specs as skipped"

Note the number of skipped tests doesn't indicate that 1 test was skipped by being marked pending.

jejacks0n commented 9 years ago

They are displayed as yellow when the full report is viewed, but the count is unaffected.

jejacks0n commented 9 years ago

Worth noting, the pending state is propagated upwards (the same way failures are), but that's not desired and may be related.

screen shot 2015-06-02 at 3 54 12 pm

The desired appearance would match the screenshot in the readme. readme