Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.22 KB

intelliJ.md

File metadata and controls

45 lines (27 loc) · 1.22 KB

intelliJ

Requirements

  • Java JDK 8 installed
  • IntelliJ installed

Initial steps

  • Import Project as Gradle with the default config.
  • To verify that we are up to date with all the dependencies, that all compiles oK and to generate the Test runners, execute the Gradle task testClasses:

IntelliJ

Running the tests

  • In src\test\java\tests... you will find the jUnit classes to execute the tests. Those classes are automatically generated after execute the gradle task testClasses

IntelliJ

Plugins

  • Builder Generator

    IntelliJ - Builder Generator

  • UUID Generator

    IntelliJ - UUID Generator

  • Cucumber

    IntelliJ - UUID Generator

Update IDE:

  • Refresh project:

IntelliJ

Troubleshooting & FAQ

  • Trying to execute a test get this error: "Command line too long"

IntelliJ Then click on "Default Junit config" and set __Shorten Command="JAR manifest" __

Tutorials

See https://www.jetbrains.com/help/idea/mastering-keyboard-shortcuts.html