getgauge / gauge

Light weight cross-platform test automation
https://gauge.org
Apache License 2.0
2.98k stars 338 forks source link

csharp project initiation fails on mac #398

Closed sswaroopgupta closed 8 years ago

sswaroopgupta commented 8 years ago

Expected behavior I should be able to create and run c# tests on mac.

Actual behavior It allows to install csharp on mac but fails to create the project on mac.

Steps to reproduce

  1. install gauge, html-report,csharp on mac
  2. init the gauge project
mkdir testing
cd testing
gauge --init chsharp
  1. This fails to create the project, but creates the basic structure.

Version

Gauge version: 0.4.1.nightly-2016-05-13

Plugins
-------
csharp (0.7.3.nightly-2016-05-13)
html-report (2.1.1.nightly-2016-05-13)
java (0.4.1.nightly-2016-05-13)
xml-report (0.1.2.nightly-2016-05-13)
sriv commented 8 years ago

C# is not supported on Mac. Need to check if issue exists post fix of #396

BugDiver commented 8 years ago

Fixed as #396

sriv commented 8 years ago

Note: The fix just address the failure more gracefully. Actual C# on Linux and Mac using Mono is WIP, thanks to @tomzo.

sriv commented 8 years ago

Closing this, as this is being tracked via getgauge/gauge-csharp#74