webdriverio-boneyard / wdio-cucumber-framework

A WebdriverIO v4 plugin. Adapter for Cucumber testing framework.
MIT License
77 stars 61 forks source link

Expose tags in events #75

Closed cnatis closed 7 years ago

cnatis commented 7 years ago

Fixes part of https://github.com/webdriverio/wdio-cucumber-framework/issues/74

Exposes the applicable tags in the events that are emitted to be handled by reporters

cnatis commented 7 years ago

I updated the unit tests, but couldn't actually run them locally :/

mocha --compilers js:babel-core/register './test/!(adapter.spec).js'

.js' was unexpected at this time.
cnatis commented 7 years ago

Oops, have to fix the test, slight issue

cnatis commented 7 years ago

I updated the tests, the ones I changed are still passing, but it seems some of the existing ones are throwing errors :(

cnatis commented 7 years ago

Seems to have been a fluke, its passing now :) still a bit concerned about why the tests don't run on my local machine though, ill get more details and open an issue

christian-bromann commented 7 years ago

@cnatis I appreciate it! I will merge and publish this as soon as I have a free minute

christian-bromann commented 7 years ago

wdio-cucumber-framework 1.0.2 published 🎉