Cucumber.js debugging in IntelliJ -
intellij has plugin cucumber.js. suppose enable running , debugging inside ide. run configuration cucumber.js works, debug mode deactivated (debug button can not clicked). else has same problem , managed solve it? debugging essential me. thanks!
instead of using cucumber.js plugin, used run/debug configuration of node.js.
i set run config of node.js plugin -> javascript file: node_modules/.bin/cucumber.js (any path cucumber.js file)
Comments
Post a Comment