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

Failing error log is shown only for one assertion (first soft and second normal)

Open DvDream opened this issue 2 years ago • 4 comments

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 bug

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chromium
  • Version 101.0.4929.0

DvDream avatar Mar 31 '22 13:03 DvDream

+1

knysh avatar Apr 28 '23 12:04 knysh

+1

marliz97 avatar Sep 16 '23 13:09 marliz97

+1

tdhanjun avatar Nov 26 '23 07:11 tdhanjun

It also happens that there is a multiple expect.soft. Only the first one is shown.

image

mikicymulate avatar Mar 28 '24 13:03 mikicymulate