I am making a test suite for an application in javascript. For some time I've been developing python
flask
projects and I love the way py.test
handles failed tests. The functionality I am looking for is to be able to start a debugger when some test fails. In py.test I do it with py.test --pdb
and when the test fails it starts pdb
on in the place where the exception was thrown.
Is there something like that in jasmine?
Aucun commentaire:
Enregistrer un commentaire