0

I would like to use soft assertion in CodeceptJS as like in TestNG. Because currently I am using I.dontSeeInTitle(“Page missing”) and I.dontSee("") Whenever my page encounters issue my execution stopped in the middle, but I need to continue my execution until the end even though it encounters the assertion but it should record the report.

Shyam
  • 57
  • 1
  • 5

1 Answers1

0

The current CodeceptJS version 2.3.5 does not support soft assertions.

Paul Vincent Beigang
  • 2,972
  • 2
  • 16
  • 31