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 @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.