Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing softly{ } method #59

Open
almaz010891 opened this issue May 20, 2021 · 1 comment
Open

Missing softly{ } method #59

almaz010891 opened this issue May 20, 2021 · 1 comment
Labels
type:new feature New feature or request

Comments

@almaz010891
Copy link

almaz010891 commented May 20, 2021

Example

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

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

@viclovsky
Copy link
Collaborator

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 viclovsky added the type:new feature New feature or request label Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:new feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants