Jasmine - How to get only specs within current suite?

89 Views Asked by At

I have multiple suites(describes) inside a spec.js file. I would like to implement jasmine-fail-fast and fail only one suite(single describe block) at a time and proceed with the rest in the spec.js file. The available plugin does not support this feature as it tries to get all specs inside the spec.js file at a time. Is there any workaround for this ? TIA

0

There are 0 best solutions below