paypal / nemo-screenshot

Plugin for Nemo testing framework for adapting selenium screenshot capabilities
Other
12 stars 26 forks source link

Screenshot 'on exception' doesn't work: #71

Closed ruslK closed 6 years ago

ruslK commented 6 years ago

with config:

"screenshot": {
            "module": "nemo-screenshot",
            "register": true,
            "arguments": [
                "path:report/screenshots", [ "exception"]] }

there is no screenshot on exception. But screenshot working on click, or nemo.snap.

grawk commented 6 years ago

Hi @ruslK.

I think it would be preferable to put this feature into the core nemo module, along with the snap feature: https://github.com/krakenjs/nemo/blob/master/README.md#screenshots

Would that work?

ruslK commented 6 years ago

Open under nemo repo.