webdriverio-boneyard / wdio-cucumber-framework

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

add information to afterStep (status, feature and scenario) #150

Closed woolter closed 6 years ago

woolter commented 6 years ago

Actual information: { type: 'Step', location: { line: 4, column: 5 }, keyword: 'Given ', text: 'I open the url "https://www.google.com/"', argument: undefined }

New information: { type: 'Step', location: { line: 4, column: 5 }, keyword: 'Given ', text: 'I open the url "https://www.google.com/"', argument: undefined, feature: 'SEARCH TOOLS ONE', scenario: 'GOOGLE', status: 'passed' }

jsf-clabot commented 6 years ago

CLA assistant check
All committers have signed the CLA.

BorisOsipov commented 6 years ago

Awesome 👍

christian-bromann commented 6 years ago

wdio-cucumber-framework 2.2.7 published 🎉