Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save joebuschmann/0923456d6ccbd2c27edd to your computer and use it in GitHub Desktop.

Select an option

Save joebuschmann/0923456d6ccbd2c27edd to your computer and use it in GitHub Desktop.
When using numeric identifiers in Gherkin - not that
[When(@"I choose the product with ID (.*)")]
public void WhenIChooseTheProductWithID(int productId)
{
_selectedProductId = productId;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment