Yury Yurchenko
Results
2
comments of
Yury Yurchenko
> Hi guys. A little workaround here I created long time ago, this could be helpful for your own ideas, probably with aspects :) > > ```java > public class...
I did this for my needs: ``` public class AllureSelenideCustom { public static void markOuterStepAsFailedAndStop() { AllureLifecycle lifecycle = getLifecycle(); lifecycle.updateStep(step -> step.setStatus(Status.FAILED)); lifecycle.stopStep(); } public static void stepSoftAssert(final String...