High-Performance Open-Source Archive
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 mirroring services?
Contact our team at info@vpspulse.com.
Mirror powered by VPSpulse
Infrastructure sponsored by VPSPulse & Secure Payments by ArionPay.