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