public start( runner as TestRunner, packages as IList<String>, jsonOutput as String = "" ) as Void:
Starts a package-filtered test execution.
| Parameter | Description |
|---|---|
runner | Configured test runner. |
packages | Package filters, or an empty list for all tests. |
jsonOutput | Optional report destination. |
view.start(TestRunner(FolderPath("tests")), ["klyn.io"])