xwipeoutx / basil

Javascript test runner with hierarchical setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "Paging" support

xwipeoutx opened this issue · comments

Allow filtering by page in basil, specifying a start and skip.

Eg. test.html?run=5&skip=15 will run top level tests 16-20.