allure-kotlin icon indicating copy to clipboard operation
allure-kotlin copied to clipboard

Missing softly{ } method

Open almaz010891 opened this issue 3 years ago • 1 comments

Example

step("step 1"){
      softly {
         // do some checks
        }
}

after migration to allure-kotlin method softly { } is not available. What alternative for this method?

almaz010891 avatar May 20 '21 09:05 almaz010891

Yes, we have removed soft assertion cause Allure is stands for report, not for test's logic. There are a lot of libraries which you can use. For instance

viclovsky avatar Jun 02 '21 20:06 viclovsky