Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate nightwatch.js with WebStorm

I am learning nightwatch.js for my current project. It seems that an IDE would be of great help and I am going to use WebStorm.

My question is: How to integrate nightwatch.js in WebStorm so that autocomplete features are available for writing tests.

Can anyone help me please?

Detailed steps will help me a lot.

like image 854
optimistic_creeper Avatar asked Oct 19 '25 22:10

optimistic_creeper


1 Answers

Nightwatch wiki provides step by step process to integrate it with Webstorm IDE. This would help... https://github.com/nightwatchjs/nightwatch/wiki/Debugging-Nightwatch-tests-in-WebStorm

like image 123
Manish Mehta Avatar answered Oct 22 '25 12:10

Manish Mehta