In this tutorial, you will learn how to setup IntellijIdea as an IDE on a windows machine.
Download and Install IntellijIdea in Windows:
1. Goto IntellijIdea Downloads page – https://www.jetbrains.com/idea/download/#section=windows
2. Click on Download button with .exe selected.
3. Once the downloading is complete, double click on the setup to start installation: ideaIC-2020.2.1.exe.
4. Follow the instructions displayed on the installer.
5. Once the installation is complete, launch IntellijIdea.
Install Plugins:
1. Goto File -> Settings -> Plugins
2. Search for the required plugins and click on Install (if not already installed)
– Cucumber for Java
– Gherkin
Next: Setup Selenium Java Maven Project With Cucumber & TestNG