View Source Given.Case (given_exunit v1.22.191)

Extend ExUnit test cases with feature tests.

At the top of your test module:

defmodule MyApp.AppTests do
  use ExUnit.Case, async: ...
  use Given.Case
end

Summary

Functions

Link to this function

execute_steps(context, mod, list)

View Source
Link to this macro

scenario(test_name)

View Source (macro)
Link to this macro

scenario(test_name, prose)

View Source (macro)