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
Expected behavior
Should capture screenshot on failure
Actual behavior
Getting Failed to take screenshot using gauge_screenshot.
Steps to replicate
Create a new gauge-python project
edit the example spec to have the following content
Specification Heading
=====================
This is an executable specification file. This file follows markdown syntax.
Every heading in this file denotes a scenario. Every bulleted point denotes a step.
To execute this specification, run
gauge specs
* Vowels in English language are "aeiu".
Vowel counts in single word
---------------------------
tags: single word
* The word "gauge" has "3" vowels.
Vowel counts in multiple word
-----------------------------
This is the second scenario in this specification
Here's a step that takes a table
* Almost all words have vowels
|Word |Vowel Count|
|------|-----------|
|Gauge |3 |
|Mingle|2 |
|Snap |1 |
|GoCD |1 |
|Rhythm|0 |
Getting the following message when the specs are run
Failed to take screenshot using gauge_screenshot.
[Errno 2] No such file or directory
Expected behavior
Should capture screenshot on failure
Actual behavior
Getting
Failed to take screenshot using gauge_screenshot.
Steps to replicate
gauge-python
projectVersion
The text was updated successfully, but these errors were encountered: