@cucumber/messages
Advanced tools
Changelog
9.0.0 - 2020-01-09
ParameterType
as an envelope messagecucumber-messages
to messsages
(#850
aslakhellesoy)TestCase
now has a list of StepMatchArgumentsList
rather than a list of StepMatchArgument
.
This allows a TestCase
to hold matches from more than one StepDefinition
, which is possible
in the case of ambiguous matches.content_type
fields to media_type
Media
messagestring text
and bytes binary
as the body
TestCase#test_result
. Aggregate results will be computed by cucumber-query
instead