The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
before
and after
hooks.test_interactive
parameter to
cucumber::test
. It allows you to interactively select which
feature files to run. It can be useful to get quicker feedback when
developing new features.11.1
, +11.1
, -11.1
.{string}
parameter is matched. It now
matches on text in quotes. A step Given I have a {string}
will match on Given I have a "foo bar"
. This change brings
the parser closer to how the original cucumber
expressions work.{word}
parameter that matches on a single
word. A step like Given I have a {word}
will match on
Given I have a foo
.Given I have a {string} and a {string}
and
Given I have a {string}
it will match on
Given I have a "foo" and a "bar"
instead of throwing an
error that multiple step definitions have been found.define_parameter_type
function docs.First stable version 🚀
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.