Environment Setup
  • Setup java
  • Setup maven
  • Setup IDEA IntelliJ
Setup of framework
  • Create maven project
  • Setup maven pom.xml
  • Setup IntelliJ Cucumber for java plugin
Creation of First Test
  • Create Cucumber feature file
  • Create Cucumber Step Definitions (Glue code) java file
  • Run your first Test
  • What's next