I
I
Islam Stanaliev2017-08-08 11:57:48
symfony
Islam Stanaliev, 2017-08-08 11:57:48

How, depending on the link, tell the behat test which link to click on?

Source: behat.readthedocs.io/en/v2.5/guides/1.gherkin.html...

Scenario Outline: Eating
  Given there are <start> cucumbers
  When I eat <eat> cucumbers
  Then I should have <left> cucumbers

  Examples:
    | start | eat | left |
    |  12   |  5  |  7   |
    |  20   |  5  |  15  |

This is acceptance testing behat.
How would the code above look like in Russian?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question