You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the runner is centered around firing up a runner on the same computer as the CLI. It'd be cool to have a Surface or just another PC, and send test-blobs over to that.
That way your screen doesn't get taken over to run the tests, and you can either leave it in GUI mode to get a nice dashboard (e.g. with your Surface propped up next to your dev computer), or you can just have it send things back to the CLI on your local computer (see #3).
This is related to #1. It might involve splitting the runner from the server/CLI (i.e. splitting lib/ from src/).
The text was updated successfully, but these errors were encountered:
Currently the runner is centered around firing up a runner on the same computer as the CLI. It'd be cool to have a Surface or just another PC, and send test-blobs over to that.
That way your screen doesn't get taken over to run the tests, and you can either leave it in GUI mode to get a nice dashboard (e.g. with your Surface propped up next to your dev computer), or you can just have it send things back to the CLI on your local computer (see #3).
This is related to #1. It might involve splitting the runner from the server/CLI (i.e. splitting
lib/
fromsrc/
).The text was updated successfully, but these errors were encountered: