Is there a way to get the jasmine report without actual execute cases?

24 Views Asked by At

I'm using jasmine framwork and want to get a jasmine report without actually execute cases. It should be something similiar as the 'dry run' in mocha framework.

And in the report, i want to get the spec titles and total cases number.

0

There are 0 best solutions below