Skip to content

Commit

Permalink
support specflow 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Song committed Aug 16, 2021
1 parent eec0bac commit 6b3f6c9
Show file tree
Hide file tree
Showing 21 changed files with 615 additions and 605 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
################################################################################

/packages
/.vs/Specflow.DSL/v14
/Specflow.DSL.Examples/bin/Debug
/Specflow.DSL.Examples/obj/Debug
/Specflow.DSL.SpecflowPlugin/bin/Debug
/Specflow.DSL.SpecflowPlugin/obj/Debug
/Specflow.DSL.SpecflowPlugin/SpecFlow.DSL.0.0.3.nupkg
/.vs/
/Specflow.DSL.Examples/bin/
/Specflow.DSL.Examples/obj/
/Specflow.DSL.Examples/TestResults/
/Specflow.DSL.SpecflowPlugin/bin/
/Specflow.DSL.SpecflowPlugin/obj/
7 changes: 0 additions & 7 deletions Directory.Build.targets

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE → LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ Your project's App.config file will be automatically added the following lines t
<plugins>
<add name="SpecFlow.DSL" type="Runtime"/>
</plugins>
```
```
12 changes: 0 additions & 12 deletions Specflow.DSL.Examples/App.config

This file was deleted.

143 changes: 0 additions & 143 deletions Specflow.DSL.Examples/Examples.csproj

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@UT
Feature: Examples

Scenario: int
Scenario: number test
When entered int [[var=50]]
Then verify int [[var]] equals 50

Scenario: string
Scenario: string test
When entered string "[[var=50]]"
Then verify string "[[var]]" equals "50"

Expand All @@ -15,7 +15,7 @@ Scenario: regex generate

Scenario: table
When use table with the following details:
| Field | Value |
| Field | Value |
| name | [[var=DesiredValue]] |
Then verify string "[[var]]" equals "DesiredValue"

Expand All @@ -40,4 +40,4 @@ Scenario: add calculation
Then verify int [[var2]] equals 25
When entered int [[var2=[[var]]-[[var]]]]
Then verify int [[var2]] equals 0


Loading

0 comments on commit 6b3f6c9

Please sign in to comment.