Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to take screenshot using gauge_screenshot. #35

Closed
sswaroopgupta opened this issue Feb 28, 2018 · 2 comments
Closed

Failed to take screenshot using gauge_screenshot. #35

sswaroopgupta opened this issue Feb 28, 2018 · 2 comments
Labels

Comments

@sswaroopgupta
Copy link
Contributor

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

Version

Gauge version: 0.9.8.nightly-2018-02-26
Commit Hash: 77c642d

Plugins
-------
dotnet (0.0.1.nightly-2018-02-14)
html-report (4.0.4.nightly-2018-01-11)
java (0.6.7.nightly-2018-02-23)
js (2.1.1.nightly-2018-02-27)
python (0.2.4.nightly-2018-02-27)
ruby (0.4.3.nightly-2018-02-13)
spectacle (0.1.3.nightly-2017-10-26)
@sswaroopgupta
Copy link
Contributor Author

this happens if the gauge_repository_url is pointing to the nightly

@sriv
Copy link
Member

sriv commented Feb 28, 2018

There is no nightly available for screenshot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants