add_nodes(Nodes) -> {ok, StartedNodes} | {error, Reason}
Types
Nodes = [atom()]StartedNodes = [atom()]Reason = cover_not_running | not_main_nodeAdds nodes to current cover test. Notice that this only works if cover support is active.
To have effect, this function is to be called from init_per_suite/1 (see common_test) before any tests are performed.