defunctzombie / zuul

[UNMAINTAINED] multi-framework javascript browser testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jasmine2 pending and focus not working

dannyc5 opened this issue · comments

xit, xdescribe, fit, and fdescribe are not setting labelled specs as pending/focused respectively.

  • xit and xdescribe run the labelled spec(s)
  • fit and fdescribe break the test suite

This is reproducible on my fork.
I modified the jasmine example to demo

Thanks, since you already made a reproducible example, you could go further and try to modify https://github.com/defunctzombie/zuul/blob/master/frameworks/jasmine2/client.js to label those as skipped etc..