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 capture screenshot #141

Closed sswaroopgupta closed 6 years ago

sswaroopgupta commented 6 years ago

Getting the following error

        Failed Step: Vowels in English language are "aeiou".
        Specification: specs\example.spec:11
        Error Message: The system cannot find the file specified
        Stacktrace:
           at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
           at Gauge.CSharp.Lib.DefaultScreenGrabber.TakeScreenShot()
           at Gauge.CSharp.Lib.GaugeScreenshots.Capture()
           at one.StepImplementation.SetLanguageVowels(String vowelString) in ...\one\StepImplementation.cs:line 17

Steps to replicate

Version

Gauge version: 1.0.1.nightly-2018-07-18
Commit Hash: e62f840

Plugins
-------
csharp (0.10.5.nightly-2018-07-19)
html-report (4.0.5.nightly-2018-07-11)

Blocks #137

sswaroopgupta commented 6 years ago

Works as expected when screenshot is installed.