allure-kotlin
allure-kotlin copied to clipboard
Missing softly{ } method
Example
step("step 1"){
softly {
// do some checks
}
}
after migration to allure-kotlin method softly { } is not available. What alternative for this method?
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