bigtestjs / server

All BigTest development has moved to https://github.com/thefrontside/bigtest
https://github.com/thefrontside/bigtest
2 stars 1 forks source link

What does communication with the command server look like? #14

Closed cowboyd closed 4 years ago

cowboyd commented 5 years ago

The command server running inside the bigtest daemon will be the primary interface for interaction whether through command line interface or through a more complex GUI.

It needs to have both request/response capabilities in order to do things like run a test suite, but it also needs to have realtime capabilities so that interfaces can subscribe to test runs and report results back to the server.

key questions:

cowboyd commented 4 years ago

This is superceded by #29