You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
using System.Environment.CurrentDirectory it should give current project directory path
Actual behavior
using System.Environment.CurrentDirectory , giving where gauge-csharp plugin is working.
example: C:\Users\abiswal\AppData\Roaming\gauge\plugins\csharp\0.9.0
Steps to reproduce
in any step implementation write Console.WriteLine(System.Environment.CurrentDirectory);
Gauge version
Gauge version: 0.6.1
Plugins
csharp (0.9.0)
html-report (2.1.1)
The text was updated successfully, but these errors were encountered:
sriv
changed the title
Current working path in csharp(System.Environment.CurrentDirectory) is not working
Current working path in csharp(System.Environment.CurrentDirectory) is not working
Apr 12, 2017
Expected behavior
using System.Environment.CurrentDirectory it should give current project directory path
Actual behavior
using System.Environment.CurrentDirectory , giving where gauge-csharp plugin is working.
example: C:\Users\abiswal\AppData\Roaming\gauge\plugins\csharp\0.9.0
Steps to reproduce
Gauge version
Gauge version: 0.6.1
Plugins
csharp (0.9.0)
html-report (2.1.1)
The text was updated successfully, but these errors were encountered: