mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
12 lines
323 B
Gherkin
12 lines
323 B
Gherkin
![]() |
Feature: Using SpecFlow
|
|||
|
In order to test Orchard
|
|||
|
As a developer or contributor
|
|||
|
I want to define scenarios that ensure functionality
|
|||
|
|
|||
|
Scenario: Spec flow generates and runs via nunit
|
|||
|
Given I have a scenario
|
|||
|
When I run steps
|
|||
|
And they have values like "5"
|
|||
|
Then they run
|
|||
|
And values like five are captured
|