webdriverio / cucumber-boilerplate

Boilerplate project to run WebdriverIO tests with Cucumber
http://webdriver.io
MIT License
534 stars 317 forks source link

CucumberJS JSON Reporter #973

Closed arun-ganesh-fh closed 11 months ago

arun-ganesh-fh commented 11 months ago

Issue description

Tests not getting executed after adding CucumberJS JSON Reporter

Steps to reproduce

in the wdio.conf.ts add cucumberjs-json after npm install and try to run the test

Expected behavior

The tests should be executed and report should be generated

Actual behavior

tests are failing with the below error @wdio/runner: TypeError: Cannot read properties of undefined (reading 'steps')

Issue occurred on browser/platform

chrome browser

christian-bromann commented 11 months ago

Tests not getting executed after adding CucumberJS JSON Reporter

I recommend to raise the issue in the CucumberJS JSON Reporter then, thanks!