Right now if anything happens that causes a test step skips within my sequence the result passes based on the other tests that were executed and passed (for example if it aborts in the middle or any other error), how can I modify this to fail that test if its status is skipped?
↧