v0.4.0
-
Adds a new
param_feature
macro, which wraps Wallaby'sfeature
tests
the same wayparam_test
wraps ExUnit'stest
.(While you can use the plain
param_test
macro in a test module that
containsuse Wallaby.Feature
, doing so will break some Wallaby features
including screenshot generation on failure.) -
Moves the
parse_examples/2
function, an implementation detail for the
param_test
macro, into a new private moduleParameterizedTest.Parser
.
Full Changelog: v0.3.1...v0.4.0