Soft Assertions

Hi

Currently my testsuite stops executing on the first scenario that fails. I know with soft assertions we can basically have the scenario marked as a failure but continue testing the rest of the testsuite.

Is it possible to do soft assertions in Codeceptjs?

Hi Community

Can someone please help :slight_smile:
How do we configure CodeceptJs to do soft assertions?

mark … I use the BDD style ,only assert at the end

Hi @RalstonRoman , You can try using chai assertion library and assert the values. By that way you can catch the assertion error and implement your soft assert codes.