Closed cowboyd closed 4 years ago
In order to see which browsers are connected to the bigtest server, we should be able to query it directly:
type Browser { name: string!; platform: string!; vendor: string!; version: string!; }
This means that when we connect a browser, we'll need to send a message from the agent to the orchestrator, update the state somehow, and then be able to query that state.
This was implemented with #62
In order to see which browsers are connected to the bigtest server, we should be able to query it directly:
This means that when we connect a browser, we'll need to send a message from the agent to the orchestrator, update the state somehow, and then be able to query that state.