Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 442 Bytes

MachineSetup.md

File metadata and controls

30 lines (24 loc) · 442 Bytes

Back to main README


Machine setup

  • Install JDK 17 or higher
  • Install IntelliJ Idea Community Edition
  • Install the following plugins
    • .ignore
    • Cucumber for Java
    • Gherkin
    • SonarLint
    • Gradle
    • Maven
    • Groovy
    • Markdown
    • Properties
    • Shell Script
    • YAML
    • JUnit
    • TestNG
    • Git
    • GitHub
    • Terminal

Back to main README