We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f64ca commit 925b78aCopy full SHA for 925b78a
rebar.config
@@ -17,6 +17,7 @@
17
{cover_opts, [verbose]}.
18
19
%% Common Test configuration
20
+%% E2E tests use auto_compile to compile helpers on demand
21
{ct_opts, [
22
{sys_config, "config/sys.config"},
23
{logdir, "_build/test/logs"},
@@ -29,9 +30,7 @@
29
30
{test, [
31
{erl_opts, [debug_info, nowarn_export_all]},
32
{deps, []},
- %% Include test helpers in compilation path
33
- {extra_src_dirs, ["test/e2e/common"]},
34
- %% Ensure CT can find compiled helpers
+ %% CT opts for E2E tests - auto_compile handles test/e2e/common
35
36
37
0 commit comments