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