oasis icon indicating copy to clipboard operation
oasis copied to clipboard

Test order

Open gildor478 opened this issue 4 years ago • 0 comments

This feature request has been migrated from artifact #625 on forge.ocamlcore.org. It was assigned to user102.

user102 posted on 2010-05-10 16:37:57:

Test should be executed in sequence or depends one on another.

i.e:

Test test1

Test test 2

Test test3

Test test4 Depends: test3

So test4 must be executed after test3 and only if test3 has a 0% failure rate.

Tests will be executed in sequence: test1, test2, test3, test4

gildor478 avatar Oct 24 '20 16:10 gildor478