Run EUnit Tests
EUnit is a unit testing framework for Erlang.
EUnit Run Configurations
Running EUnit tests in IntelliJ IDEA is similar to running Erlang applications. The only difference is in the type of the run/debug configuration that you need to create:
Erlang Eunit
Erlang Rebar Eunit
Viewing Test Results
IntelliJ IDEA also provides a handy Test Runner tool for both run configurations.
Along with displaying detailed test results in the Run tool window, Test Runner lets you rerun failed tests, jump to lines that caused exceptions, view test session history, import and export information, and so on.
Last modified: 02 August 2022