cucumber::run() function to allow running
Cucumber tests alongside testthat tests.tests/acceptance.See the migration guide.
cucumber::test() function.after hook runs even if a scenario fails. This is
useful for cleaning up resources even if a test fails unexpectedly.?cucumber::opts.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 🚀
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.