Coder Social home page Coder Social logo

Comments (7)

samhatoum avatar samhatoum commented on May 19, 2024

not yet, but we'll add it soon, thanks for the suggestion

from chimp.

samhatoum avatar samhatoum commented on May 19, 2024

if the screenshot is in the json report as base64, is this enough for you to get going?

from chimp.

samhatoum avatar samhatoum commented on May 19, 2024

Note to self, this would need to go into the failure capture step

var png = global.browser.screenshotSync();
var decodedImage = new Buffer(png, 'base64').toString('binary');
scenario.attach(decodedImage, 'image/png');

from chimp.

ashokdudhade avatar ashokdudhade commented on May 19, 2024

Yes, base64 in JSON report would help. Thanks

from chimp.

samhatoum avatar samhatoum commented on May 19, 2024

@ashokdudhade you can now use either --captureAllStepScreenshots or --screenshotsOnError to get the all/failed steps in the scenario inside the JSON report.

I'm working on a html report next

from chimp.

samhatoum avatar samhatoum commented on May 19, 2024

@ashokdudhade just a heads up, this is no longer default behavior. you need to set --attachScreenshotsToReport for screenshots to be added to the json report

from chimp.

StephenDavidson avatar StephenDavidson commented on May 19, 2024

Was just playing around with this and the screenshots have to be saved to the same directory as the report or else the cucumber json becomes null when setting the attachScreenshotsToReport flag

from chimp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.