Tuesday, 8 April 2014

stepping in Intern organic tests

My doubt is how can one put breakpoints in organic tests? Is it illusory
in Intern? I'm controlling a testcases locally on WebDriver, and carrying
'debugger;' breakpoints will palliate my testcase development.
execute(function () { debugger; }) should run in browser and act on
'debugger;' in it, though it doesn't stop a execution...

No comments:

Post a Comment