Skip to content

WIP: Zelenium: report "unexpected success" as a failure

Jérome Perrin requested to merge feat/selenium-unexpected-success into master

To behave the same as python tests.

reference: https://docs.python.org/3/library/unittest.html#unittest.expectedFailure

If the test passes, it will be considered a failure.

Edited by Jérome Perrin

Merge request reports