The STRICT mode is used to ensure a test will not fail anymore.
The test is ran as many times as repeat and if there is at least on failure, the whole test must fail. Moreover, if there was no failure, the whole test must fail too.
Currently if there is no failure, the test passes.
- is related to
-
NXDRIVE-1078 Create a pytest plugin for random bugs
- Resolved