cawolf / behat-cucumber-formatter

Behat extension generating JSON reports
MIT License
3 stars 9 forks source link

Take screenshots and insert them in the json file #12

Open marcelovani opened 2 years ago

marcelovani commented 2 years ago

Issue https://github.com/cawolf/behat-cucumber-formatter/issues/10

What it does

Testing Add these entries on composer.json

  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/marcelovani/behat-screenshot.git"
    },
    {
      "type": "vcs",
      "url": "https://github.com/marcelovani/behat-cucumber-formatter.git"
    }
  ],

then

  "require-dev": {
    "cawolf/behat-cucumber-json-formatter": "dev-10-screenshots-support",
    "bex/behat-screenshot": "dev-61-event-dispatcher-breaking-formatter"
  }

Screenshot

Screenshot 2022-11-30 at 00 46 02
marcelovani commented 1 year ago

New approach, description updated