-
Notifications
You must be signed in to change notification settings - Fork 344
0019 remove grpc from gauge
nehashri edited this page Sep 25, 2017
·
1 revision
Date: 2017-08-16
Accepted
Gauge uses grpc to stream execution results to Visual Studio.
Intellij seems to have monkey patched the grpc library, so streaming responses to Intellij's test runner is not possible.
Remove grpc from gauge. Instead, stream execution events to standard output. Intellij and Visual studio will read the console output for event occurrences.
Copyright © ThoughtWorks Inc.