Closed arun-ganesh-fh closed 11 months ago
Tests not getting executed after adding CucumberJS JSON Reporter
in the wdio.conf.ts add cucumberjs-json after npm install and try to run the test
The tests should be executed and report should be generated
tests are failing with the below error @wdio/runner: TypeError: Cannot read properties of undefined (reading 'steps')
chrome browser
I recommend to raise the issue in the CucumberJS JSON Reporter then, thanks!
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