简体   繁体   中英

Debugging cucumber steps in WebStorm

I'm experimenting with Cucumber/WebdriverIO UI tests using Webstorm (NodeJs platform). At certain steps I would really love to stop it in debug mode, check the retrieved element and see what can I do with it.

But unfortunately the Debug button is disabled and I couldn't find anything specific in Webstorm documentation as well.

If I can achieve my original goal (stopping a step and experimenting with the elements) without using Webstorm's Debug mode, that's totally fine for me.

目前不支持调试Cucumber规格,请投票给WEB-15146

我不确定这将如何与Cucumber一起使用,但是WebdriverIO现在具有可用于调试的调试命令

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM