|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/irtiweb/CATS/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/ |
Upload File : |
# language: en
Feature: Addition
In order to avoid silly mistakes
As a math idiot
I want to be told the sum of two numbers
Scenario: Add two numbers
Given I have entered 11 into the calculator
And I have entered 12 into the calculator
When I press add
Then the result should be 23 on the screen
Scenario: Div two numbers
Given I have entered 10 into the calculator
And I have entered 2 into the calculator
When I press div
Then the result should be 5 on the screen