Testng assertj report and continue -


i'm using testng assertj test web using fluentlenium , extent reports reporting results

i askd before question forgot mention use of assertj.

the provided answer extend soft assert , has onassertfauilre function.

is there assertj soft assertions? or other soultion bypass it?

in next assertj version (2.5.0) have access soft assertions errors (see commit).

hope helps


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -