1

I have a scenario that is an end to end testing where I have multiple assertion points. Observed that when an assertion fails test stops. But I need to just report a failed step in test results and proceed further with the test execution. Does Test cafe support soft assertions?

Alex Skorkin
  • 4,264
  • 3
  • 25
  • 47

1 Answers1

2

Not yet. You might want to split your tests so that they test more specific things and not multiple assertions in a single test case.

Alex Skorkin
  • 4,264
  • 3
  • 25
  • 47