javascript - Jasmine Testing - Priority -
is there way in jasmine define proirity of failure of test?
for example, service 500'ing worse simple content not displaying on page.
thanks!
thats not way unit or integration tests work. ether test failing or not. , should not have failing test in suite, otherwise whole approach not make sense.
Comments
Post a Comment