bryntum / siesta

Stress-free JavaScript/TypeScript testing and benchmarking tool
38 stars 2 forks source link

Add easy way to set mouse cursor speed for a single t.it #10

Open matsbryntse opened 3 years ago

canonic-epicure commented 3 years ago

This is already there, the 1st argument for t.it() is TestDescriptorArgument: https://github.com/bryntum/siesta/blob/master/src/siesta/test/TestDescriptor.ts#L238

Basically it accepts the same properties as in project.plan()