taras42 / karma-jasmine-html-reporter

A Karma plugin. Dynamically displays tests results at debug.html page
MIT License
44 stars 17 forks source link

Is focusing on `describe` blocks supported when I click a line? #2

Closed Wizek closed 9 years ago

Wizek commented 9 years ago

What I mean is detailed here: http://stackoverflow.com/questions/28819177/when-using-karmajasmine-is-it-possible-to-select-describe-blocks-to-run-with Can this plugin work the same way as described there?

taras42 commented 9 years ago

Hello, you can click on describe that you want to run (in browser). But still, I haven't found a way to do this in console. (API that you mentioned in a link above). I will add some screen shots.

понеділок, 2 березня 2015 р. користувач Wizek notifications@github.com написав:

What I mean is detailed here:

http://stackoverflow.com/questions/28819177/when-using-karmajasmine-is-it-possible-to-select-describe-blocks-to-run-with Can this plugin work the same way as described there?

— Reply to this email directly or view it on GitHub.< https://ci4.googleusercontent.com/proxy/0wvmtY9VFWUpr5JsxhNu9Ot-F2-i_MzCFKpHZ6hZHXgbc3qgeT15Ow-5WjzTO0b3ZVe7gz1lKy8WoJ6eW6kyQDxKTSAiTvEzK5kpIq1X_cGDwjT0zz4QxKhoswzo5Wkv3d_gl-gv4bpuXvRoXBU0clsFB-GLTQ=s0-d-e1-ft#https://github.com/notifications/beacon/ABvxWlYMIaem5bHm2NCz2o41sxMOOmR5ks5nxMb9gaJpZM4DoUIX.gif

Wizek commented 9 years ago

Thanks!

Wizek commented 9 years ago

I've just tried it out and focusing-by-clicking works indeed! :) Nice!