0

I have a cucumberJS project that is currently using the webdriverIO v5 framework, which was recently integrated. I was wondering if you can help me troubleshoot this error.

I just upgraded my framework from webdriverIO v4 to v5, and in v4 this issue was not happening but in v5 after I was able to finally get all of my tests to run I started to encounter this error.

Here is a screenshot of the error that I am receiving.

HookUndefined Step Error

1 Answer 1

1

This is an issue in the reporter of WebdriverIO. The before and after hook don't have a step description and the reporter see's this as an undefined issue.

I filled an issue for that which can be found here

https://github.com/webdriverio/webdriverio/issues/4175

Sign up to request clarification or add additional context in comments.

2 Comments

Thank you! Looking forward to the fix.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.