chinthakagodawita / codeception-timekeeper

A Codeception extension & Robo task that records test runtimes and lets you split tests into equal runtime-based groups for parallel runs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add test dependency support

chinthakagodawita opened this issue · comments

i.e. if testA @dependsOn testB then they should be executed sequentially in the same test group rather than in separate groups (which could happen at the moment).