getgauge / gauge-csharp

Csharp runner for Gauge
https://gauge.org
GNU General Public License v3.0
33 stars 21 forks source link

Should be able to run tests as a non-admin user in windows #144

Closed shubhamsc closed 6 years ago

shubhamsc commented 6 years ago

Expected behavior

Should be able to run tests as a non-admin user in windows

Actual behavior

Able to run as an admin user, as a non admin user getting the following exception

Error Message: Connection closed [127.0.0.1:59855] cause: EOF
Stacktrace:
Error Message: write tcp 127.0.0.1:59853->127.0.0.1:59855: use of closed network connection

Steps to reproduce

  1. Create a csharp project with gauge init csharp
  2. Run tests with gauge run specs

    The above error occurs

Version

Gauge version: 1.0.0
Commit Hash: 5a99965

Plugins
-------
csharp (0.10.5.nightly-2018-07-19)
shubhamsc commented 6 years ago

Issue is already fixed in this commit (https://github.com/getgauge/gauge-csharp/commit/70b213dd8ecb67b63216c874ce56c7dcb421f337)