The parameter ?filter:( name:string -> index:int -> [ `Run | `Skip ] ) isn't documented, and I don't understand well whether it's referring to the name of the test (as a list of test cases) or a test case. I suppose it's a test, and the index refers to the index of a test case in a test.
The parameter
?filter:( name:string -> index:int -> [ `Run | `Skip ] )isn't documented, and I don't understand well whether it's referring to the name of the test (as a list of test cases) or a test case. I suppose it's a test, and theindexrefers to the index of a test case in a test.