Fork me on GitHub

IDE Configuration

IntelliJ and Eclipse should correctly open, edit and run tests if following is installed:

Lombok

In order to compile the test code in an IDE it is required to install the Lombok plugin:

TestNG

Full TestNG integration is provided via plugins:

Code Formatting

Code formatting is defined in code-formatter-rules.xml file.

In IntelliJ, this file should be imported via the Eclipse Code Formatter plugin (which should be installed as prerequisite).

In Eclipse, this file is supported natively.

Next: Execution