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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -