public static run(notnull options as TestRunnerOptions) as Int:
Opens the live graphical runner for selected sources or packages.
| Parameter | Description |
|---|---|
options | Parsed test runner options. |
Window event-loop status.
options = TestRunnerOptions.parse(["--gui", "klyn.io"]) exitCode = TestGuiLauncher.run(options)