Packages

A pure-erlang, open-source, implementation of Cucumber (http://cukes.info). This provides a subset of the Cucumber feature definition language.

Current section

Files

Jump to
cucumberl rebar.config
Raw

rebar.config

%% process the examples directory
{sub_dirs, ["examples/sample"]}.
%% clean up
{clean_files, ["ebin", "examples/ebin", "erl_crash.dump*", "tmp/*.cov.html"]}.
%% compile options
{erl_opts, [warnings_as_errors]}.
%% Plugins
{plugins, [rebar3_hex]}.