Skip to content

Commit 8d06e63

Browse files
authored
Merge pull request #18 from geeklearningio/release/0.3.0
Release/0.3.0
2 parents fa83679 + e8079cc commit 8d06e63

File tree

59 files changed

+421
-543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+421
-543
lines changed

GeekLearning.Test.Integration.sln

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26228.9
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{033A6692-6022-469D-A0E7-B9C636CA05A8}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "items", "items", "{54842458-42F9-4A49-A286-83AA1071184A}"
99
ProjectSection(SolutionItems) = preProject
1010
.gitignore = .gitignore
11-
global.json = global.json
1211
NuGet.Config = NuGet.Config
1312
EndProjectSection
1413
EndProject
15-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.Test.Integration", "src\GeekLearning.Test.Integration\GeekLearning.Test.Integration.xproj", "{F28C9E50-7EB0-4368-9812-8EE693648E78}"
16-
EndProject
1714
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{36903259-F63B-480F-9F84-005D0A2BA8DA}"
1815
EndProject
19-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.Test.Integration.Sample.Web", "sample\GeekLearning.Test.Integration.Sample.Web\GeekLearning.Test.Integration.Sample.Web.xproj", "{0C607AE8-92C3-4589-9B4A-601BE6CF62B2}"
16+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "specflow", "specflow", "{D6AF528A-BA8D-47D7-BAD0-810154BB0FD9}"
2017
EndProject
21-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.Test.Configuration", "src\GeekLearning.Test.Configuration\GeekLearning.Test.Configuration.xproj", "{9146CE74-6610-472E-8FC8-3AEF733868D0}"
18+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeekLearning.Test.Integration", "src\GeekLearning.Test.Integration\GeekLearning.Test.Integration.csproj", "{F28C9E50-7EB0-4368-9812-8EE693648E78}"
2219
EndProject
23-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.Test.Integration.Sample.Test.Specflow", "sample\GeekLearning.Test.Integration.Sample.Test.Splecflow\GeekLearning.Test.Integration.Sample.Test.Specflow.xproj", "{6F96D2CD-B8EC-47AA-ADB1-9BE120254E39}"
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeekLearning.Test.Configuration", "src\GeekLearning.Test.Configuration\GeekLearning.Test.Configuration.csproj", "{9146CE74-6610-472E-8FC8-3AEF733868D0}"
2421
EndProject
25-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.Test.Integration.Sample.Test", "sample\GeekLearning.Test.Integration.Sample.Test\GeekLearning.Test.Integration.Sample.Test.xproj", "{729DBF60-93DF-4CBA-B809-142C0B42D397}"
22+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Test.Splecflow", "sample\Sample.Test.Splecflow\Sample.Test.Splecflow.csproj", "{8EF01F44-FDCC-4E25-8519-2D93C450379A}"
2623
EndProject
27-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "specflow", "specflow", "{D6AF528A-BA8D-47D7-BAD0-810154BB0FD9}"
24+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Web", "sample\Sample.Web\Sample.Web.csproj", "{88A2EDFF-F232-4C50-B267-57B0B7CF6F88}"
25+
EndProject
26+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Test", "sample\Sample.Test\Sample.Test.csproj", "{5978DE9E-5FE4-4E99-A08A-8075171B0136}"
2827
EndProject
2928
Global
3029
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -36,32 +35,32 @@ Global
3635
{F28C9E50-7EB0-4368-9812-8EE693648E78}.Debug|Any CPU.Build.0 = Debug|Any CPU
3736
{F28C9E50-7EB0-4368-9812-8EE693648E78}.Release|Any CPU.ActiveCfg = Release|Any CPU
3837
{F28C9E50-7EB0-4368-9812-8EE693648E78}.Release|Any CPU.Build.0 = Release|Any CPU
39-
{0C607AE8-92C3-4589-9B4A-601BE6CF62B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
40-
{0C607AE8-92C3-4589-9B4A-601BE6CF62B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
41-
{0C607AE8-92C3-4589-9B4A-601BE6CF62B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
42-
{0C607AE8-92C3-4589-9B4A-601BE6CF62B2}.Release|Any CPU.Build.0 = Release|Any CPU
4338
{9146CE74-6610-472E-8FC8-3AEF733868D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4439
{9146CE74-6610-472E-8FC8-3AEF733868D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
4540
{9146CE74-6610-472E-8FC8-3AEF733868D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
4641
{9146CE74-6610-472E-8FC8-3AEF733868D0}.Release|Any CPU.Build.0 = Release|Any CPU
47-
{6F96D2CD-B8EC-47AA-ADB1-9BE120254E39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48-
{6F96D2CD-B8EC-47AA-ADB1-9BE120254E39}.Debug|Any CPU.Build.0 = Debug|Any CPU
49-
{6F96D2CD-B8EC-47AA-ADB1-9BE120254E39}.Release|Any CPU.ActiveCfg = Release|Any CPU
50-
{6F96D2CD-B8EC-47AA-ADB1-9BE120254E39}.Release|Any CPU.Build.0 = Release|Any CPU
51-
{729DBF60-93DF-4CBA-B809-142C0B42D397}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
52-
{729DBF60-93DF-4CBA-B809-142C0B42D397}.Debug|Any CPU.Build.0 = Debug|Any CPU
53-
{729DBF60-93DF-4CBA-B809-142C0B42D397}.Release|Any CPU.ActiveCfg = Release|Any CPU
54-
{729DBF60-93DF-4CBA-B809-142C0B42D397}.Release|Any CPU.Build.0 = Release|Any CPU
42+
{8EF01F44-FDCC-4E25-8519-2D93C450379A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
43+
{8EF01F44-FDCC-4E25-8519-2D93C450379A}.Debug|Any CPU.Build.0 = Debug|Any CPU
44+
{8EF01F44-FDCC-4E25-8519-2D93C450379A}.Release|Any CPU.ActiveCfg = Release|Any CPU
45+
{8EF01F44-FDCC-4E25-8519-2D93C450379A}.Release|Any CPU.Build.0 = Release|Any CPU
46+
{88A2EDFF-F232-4C50-B267-57B0B7CF6F88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
47+
{88A2EDFF-F232-4C50-B267-57B0B7CF6F88}.Debug|Any CPU.Build.0 = Debug|Any CPU
48+
{88A2EDFF-F232-4C50-B267-57B0B7CF6F88}.Release|Any CPU.ActiveCfg = Release|Any CPU
49+
{88A2EDFF-F232-4C50-B267-57B0B7CF6F88}.Release|Any CPU.Build.0 = Release|Any CPU
50+
{5978DE9E-5FE4-4E99-A08A-8075171B0136}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
51+
{5978DE9E-5FE4-4E99-A08A-8075171B0136}.Debug|Any CPU.Build.0 = Debug|Any CPU
52+
{5978DE9E-5FE4-4E99-A08A-8075171B0136}.Release|Any CPU.ActiveCfg = Release|Any CPU
53+
{5978DE9E-5FE4-4E99-A08A-8075171B0136}.Release|Any CPU.Build.0 = Release|Any CPU
5554
EndGlobalSection
5655
GlobalSection(SolutionProperties) = preSolution
5756
HideSolutionNode = FALSE
5857
EndGlobalSection
5958
GlobalSection(NestedProjects) = preSolution
59+
{D6AF528A-BA8D-47D7-BAD0-810154BB0FD9} = {36903259-F63B-480F-9F84-005D0A2BA8DA}
6060
{F28C9E50-7EB0-4368-9812-8EE693648E78} = {033A6692-6022-469D-A0E7-B9C636CA05A8}
61-
{0C607AE8-92C3-4589-9B4A-601BE6CF62B2} = {36903259-F63B-480F-9F84-005D0A2BA8DA}
6261
{9146CE74-6610-472E-8FC8-3AEF733868D0} = {033A6692-6022-469D-A0E7-B9C636CA05A8}
63-
{6F96D2CD-B8EC-47AA-ADB1-9BE120254E39} = {D6AF528A-BA8D-47D7-BAD0-810154BB0FD9}
64-
{729DBF60-93DF-4CBA-B809-142C0B42D397} = {36903259-F63B-480F-9F84-005D0A2BA8DA}
65-
{D6AF528A-BA8D-47D7-BAD0-810154BB0FD9} = {36903259-F63B-480F-9F84-005D0A2BA8DA}
62+
{8EF01F44-FDCC-4E25-8519-2D93C450379A} = {D6AF528A-BA8D-47D7-BAD0-810154BB0FD9}
63+
{88A2EDFF-F232-4C50-B267-57B0B7CF6F88} = {36903259-F63B-480F-9F84-005D0A2BA8DA}
64+
{5978DE9E-5FE4-4E99-A08A-8075171B0136} = {36903259-F63B-480F-9F84-005D0A2BA8DA}
6665
EndGlobalSection
6766
EndGlobal

global.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

sample/GeekLearning.Test.Integration.Sample.Test.Splecflow/GeekLearning.Test.Integration.Sample.Test.Specflow.xproj

Lines changed: 0 additions & 22 deletions
This file was deleted.

sample/GeekLearning.Test.Integration.Sample.Test.Splecflow/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

sample/GeekLearning.Test.Integration.Sample.Test.Splecflow/project.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

sample/GeekLearning.Test.Integration.Sample.Test/GeekLearning.Test.Integration.Sample.Test.xproj

Lines changed: 0 additions & 22 deletions
This file was deleted.

sample/GeekLearning.Test.Integration.Sample.Test/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

sample/GeekLearning.Test.Integration.Sample.Test/project.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

sample/GeekLearning.Test.Integration.Sample.Web/GeekLearning.Test.Integration.Sample.Web.xproj

Lines changed: 0 additions & 25 deletions
This file was deleted.

sample/GeekLearning.Test.Integration.Sample.Web/project.json

Lines changed: 0 additions & 60 deletions
This file was deleted.

sample/GeekLearning.Test.Integration.Sample.Web/web.config

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Background:
66
Given A configured environment
77

8-
Scenario: Get blogs should be ok
8+
Scenario: Specflow - Api - Get blogs should be ok
99
Given the following blogs
1010
| Url |
1111
| http://blog1.io |

0 commit comments

Comments
 (0)