gauge-csharp icon indicating copy to clipboard operation
gauge-csharp copied to clipboard

Csharp runner for Gauge

Results 16 gauge-csharp issues
Sort by recently updated
recently updated
newest added

I am on Gauge version 0.9.2. Installed Gauge VS2013 extension and created a Gauge project. On opening spec file from Visual Studio IDE, getting an error "Unable to Launch Gauge...

**Expected behavior** Should be able to run Gauge csharp build using Mono **Actual behavior** Gauge-csharp build fails using Mono with the following exception ``` at at (wrapper managed-to-native) System.Windows.Forms.XplatUICarbon.CGDisplayBounds (intptr)...

bug

### Expected behavior Refactoring should work with empty parameter ### Actual behavior Getting index out of bounds ### Steps to reproduce 1. Create a spec ``` kusfdsf sdfsdfsdf ================= Scenario1...

bug

I should be able to use the context of the test in an execution hook **Version** ``` Gauge version: 0.5.1.nightly-2016-07-18 Plugins ------- csharp (0.8.1.nightly-2016-07-18) html-report (2.1.1.nightly-2016-07-18) java (0.4.2.nightly-2016-07-15) ruby (0.2.2.nightly-2016-07-18)...

enhancement

**Expected Behavior** If a step is recognized as implemented, one should be able to refactor it. **Actual Behavior** Getting the following message on command line ``` Cannot perform refactoring: Sequence...

bug

### Expected behavior Parameters should not be meddled with if change is just simple text ### Actual behavior Changing the parameter names even if simple text is appended to step...

bug