dutchiexl / BehatHtmlFormatterPlugin

This is a behat plugin to generate HTML reports
MIT License
112 stars 116 forks source link

Tag new release with latest changes #80

Closed dashav closed 6 years ago

dashav commented 7 years ago

Could you please tag a release with the latest changes? The last release was in 2015 and old code is automatically loaded when follow setup instruction. Many improvements and bug fixes are in the master branch only now, so you have to load it directly from repo now:

  "require-dev": {
    "emuse/behat-html-formatter": "dev-master@dev"
  },
  "repositories": [
    {
        "url": "https://github.com/dutchiexl/BehatHtmlFormatterPlugin.git",
        "type": "git"
    }
  ]
hason commented 6 years ago

@dashav Why did you close this issue?