allure-js
allure-js copied to clipboard
Failing error log is shown only for one assertion (first soft and second normal)
Describe the bug Running a test with two expected failing assertions, the first "soft" and the second normal, allure-playwright detect the two failures, but it shows details only of the first (soft) error and not also of the other one.
Expected behavior Allure playwright should show all the kind of errors that occurred, since soft assertion should keep the test running until the end (or the next failure).
Screenshots
Desktop (please complete the following information):
- OS: Windows 10
- Browser Chromium
- Version 101.0.4929.0
+1
+1
+1
It also happens that there is a multiple expect.soft. Only the first one is shown.