From 9afbffa47aacbd083a9b8032c511d6423edd76a3 Mon Sep 17 00:00:00 2001 From: Dirk Rombauts Date: Thu, 9 Mar 2017 16:52:33 +0100 Subject: [PATCH] Release 2.15.0 (#446) * Add change log for version 2.15.0 * Version Bump 2.15.0 * Version 2.15.0 --- CHANGELOG.md | 11 ++++++++++ build.bat | 2 +- docs/Output/Dhtml/Index.html | 2 +- docs/Output/Dhtml/js/featuresModel.js | 1 + docs/Output/Dhtml/pickledFeatures.js | 19 +++++++++++------- docs/Output/Excel/features.xlsx | Bin 38739 -> 38739 bytes .../Features/00BasicGherkin/BasicGherkin.html | 6 +++--- .../Html/Features/00BasicGherkin/index.html | 6 +++--- .../TestRunnerIsNotImportant.html | 6 +++--- .../Html/Features/01TestRunner/index.html | 6 +++--- .../Html/Features/02TagsAndHooks/Hooks.html | 6 +++--- .../Html/Features/02TagsAndHooks/TagDemo.html | 6 +++--- .../Html/Features/02TagsAndHooks/index.html | 6 +++--- .../031ScenarioContext/ScenarioContext.html | 6 +++--- .../Features/031ScenarioContext/index.html | 6 +++--- .../FeatureContextFeatures.html | 6 +++--- .../Features/032FeatureContext/index.html | 6 +++--- .../03ScenarioOutline/ScenarioOutline.html | 6 +++--- .../Features/03ScenarioOutline/index.html | 6 +++--- .../04Background/BackgroundFeature.html | 6 +++--- .../Html/Features/04Background/index.html | 6 +++--- .../05TablesAndAssist/TableScenario.html | 6 +++--- .../Features/05TablesAndAssist/index.html | 6 +++--- .../Features/06CompareToAssist/CompareTo.html | 6 +++--- .../Features/06CompareToAssist/index.html | 6 +++--- .../Html/Features/07Localization/Svenska.html | 6 +++--- .../Html/Features/07Localization/Vlaams.html | 6 +++--- .../Html/Features/07Localization/index.html | 6 +++--- .../AttributeOverloading.html | 6 +++--- .../08AttributeOverloading/index.html | 6 +++--- .../CallingStepsFromSteps.html | 6 +++--- .../09CallingStepsFromSteps/index.html | 6 +++--- .../StepTransformation.html | 6 +++--- .../Features/10StepTransformation/index.html | 6 +++--- .../11ContextInjection/ContextInjection.html | 6 +++--- .../Features/11ContextInjection/index.html | 6 +++--- .../ChildChildFolder/NestedFolderExample.html | 6 +++--- .../ChildFolder/ChildChildFolder/index.html | 6 +++--- .../12NestedFolders/ChildFolder/index.html | 6 +++--- .../Html/Features/12NestedFolders/index.html | 6 +++--- .../MultilineFeatureExample.html | 6 +++--- .../Html/Features/13MultilineText/index.html | 6 +++--- .../14MarkdownExample/MarkdownExamples.html | 6 +++--- .../Features/14MarkdownExample/index.html | 6 +++--- .../15Pickles/InteractiveDHTMLView.html | 6 +++--- .../Output/Html/Features/15Pickles/index.html | 6 +++--- docs/Output/Html/Features/Arithmetic.html | 6 +++--- docs/Output/Html/Features/Trigonometry.html | 6 +++--- .../Features/Workflow/ClearingScreen.html | 6 +++--- docs/Output/Html/Features/Workflow/index.html | 6 +++--- docs/Output/Html/Features/index.html | 6 +++--- docs/Output/Html/index.html | 6 +++--- docs/Output/Html/readme.html | 6 +++--- docs/Output/JSON/pickledFeatures.json | 19 +++++++++++------- docs/Output/Word/Pickles.docx | Bin 14061 -> 14061 bytes docs/Output/Word/features.docx | Bin 14046 -> 14046 bytes docs/index.html | 2 +- src/Pickles/VersionInfo.cs | 8 ++++---- 58 files changed, 184 insertions(+), 162 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58412dee9..8dde8e23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,17 @@ Features in Experimental are subject to change and removal without being conside This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com). +## [2.15.0] - 2017-03-09 + +## Added + +- Continue loading feature files after parsing errors ([445](https://github.com/picklesdoc/pickles/pull/445)) (by [@dirkrombauts](https://github.com/dirkrombauts), based on an idea by [@pleveill](https://github.com/pleveill)) + +### Fixed + +- Fix localisation of "Examples" in Scenario Outlines ([440](https://github.com/picklesdoc/pickles/pull/440)) (by [@dirkrombauts](https://github.com/dirkrombauts)) +- Make ExcludeTags available to MSBuild ([444](https://github.com/picklesdoc/pickles/pull/444)) (by [@dirkrombauts](https://github.com/dirkrombauts), based on an idea by [@pleveill](https://github.com/pleveill)) + ## [2.14.0] - 2017-02-24 ### Added diff --git a/build.bat b/build.bat index 3db14c6bd..905f46acc 100644 --- a/build.bat +++ b/build.bat @@ -1,5 +1,5 @@ @echo off -set "picklesVersion=2.14.0" +set "picklesVersion=2.15.0" cls diff --git a/docs/Output/Dhtml/Index.html b/docs/Output/Dhtml/Index.html index 7656126c1..be4fc7695 100644 --- a/docs/Output/Dhtml/Index.html +++ b/docs/Output/Dhtml/Index.html @@ -202,7 +202,7 @@

+ :
diff --git a/docs/Output/Dhtml/js/featuresModel.js b/docs/Output/Dhtml/js/featuresModel.js index d80bf4800..f76ded584 100644 --- a/docs/Output/Dhtml/js/featuresModel.js +++ b/docs/Output/Dhtml/js/featuresModel.js @@ -48,6 +48,7 @@ function Examples(data) { this.Description = data.Description || ''; this.TableArgument = data.TableArgument == null ? null : new TableArgument(data.TableArgument.HeaderRow, data.TableArgument.DataRows); this.Tags = data.Tags || null; + this.NativeKeyword = data.NativeKeyword || "Examples"; } function Background(data) { diff --git a/docs/Output/Dhtml/pickledFeatures.js b/docs/Output/Dhtml/pickledFeatures.js index d2dc22c60..6053dffc2 100644 --- a/docs/Output/Dhtml/pickledFeatures.js +++ b/docs/Output/Dhtml/pickledFeatures.js @@ -545,7 +545,8 @@ jsonPWrapper ({ "Tags": [ "@small", "@short_test" - ] + ], + "NativeKeyword": "Examples" }, { "Name": "more than 100", @@ -570,7 +571,8 @@ jsonPWrapper ({ }, "Tags": [ "@big" - ] + ], + "NativeKeyword": "Examples" } ], "Name": "Add two positive numbers with many examples", @@ -644,7 +646,8 @@ jsonPWrapper ({ ] ] }, - "Tags": [] + "Tags": [], + "NativeKeyword": "Examples" }, { "Name": "more than 100", @@ -667,7 +670,8 @@ jsonPWrapper ({ ] ] }, - "Tags": [] + "Tags": [], + "NativeKeyword": "Examples" } ], "Name": "Add two negative numbers with many examples", @@ -2333,7 +2337,8 @@ jsonPWrapper ({ ] ] }, - "Tags": [] + "Tags": [], + "NativeKeyword": "Examples" } ], "Name": "Sample Markdown Scenario Outline Example", @@ -3084,7 +3089,7 @@ jsonPWrapper ({ }, "Configuration": { "SutName": "Pickles", - "SutVersion": "2.14.0", - "GeneratedOn": "24 Februar 2017 18:09:34" + "SutVersion": "2.15.0", + "GeneratedOn": "9 März 2017 16:27:59" } }); \ No newline at end of file diff --git a/docs/Output/Excel/features.xlsx b/docs/Output/Excel/features.xlsx index 4c2bee85e3666b74aee6d4ecf38dd08d7afa406c..5ef1e3ccf49bc6dc38f03c7cf2f71dc627775179 100644 GIT binary patch delta 1048 zcmcb-j_L9`Cf)#VW)=|!1_lm>hUUzTydumTK-w#{Bk=ZSO=fdO0Sk*1lSFe1(?p|G zGn2$b!_5UOW{mO4NtVf`CdsKuhG`ZimWGyzmIi4l1_r6-DVAv#Nk*o61;x23$puOZ zo+-9UL5YdU$p%TLi6*JWMkZ-SDM||Zb~gG!sX2)ynfZCe8JPveb|~)H%*u9!nHlJi z&38DT34s|$Wp*=y8O?H~5UJma{On*6Ud^ved>~izOfmPdXJTNO#X5PRp5$gtoh&A> zf@yjZ5G@-GFEWEwu1me8evg@f;fOF;2O9pg12NNPMzE3+v{4mJJZi ziMGlRM!UmJhzJjDS{|wy$v6JQ8A2U0k z@Iuzff!R`%rT`rnkphv@&$PPu87MV}8zi+kD_RcX-tM?<5Cw;Jm@ljVD&S%VDVV&V zi*<8e;yj3x_*1MQs(sVHK^Sh?#~}=Xd=q9)kZW&znf@(v^29j#%{fI=AljHqzp#Q+ z%r@hfPbUAbGE*lqX-sD1l9@ceR%`R3Y8ggRV_gHw5JOWdBMU17Lp?(yb4v?z%gL8( zTyepI==R%0EjW!y3Y!pa3|OH8G;2j_F04J_kH$Y+OXdhOjq_>faxv$PGI_H zzcZM&p8%m-q4a4eEjSS(9uB4FLg~j)T5}RaJ|9YNh0?#FwBuxmd^?mrJJ|(npU4yl z9Sx-yLFt!J+F&X~z8p&Lo9coT4~bJmCo4?T1e@eD%@z?06Q{YD5g7{s-i%DT3|zqc N&j8B*lewpR006o$cNPEu delta 1048 zcmcb-j_L9`Cf)#VW)=|!1_llW!-)|ac}18xfV9`9z}53MYciWN3M3gCq$a1CCZ-vr zrI;8SCT=cZF=LE3w6sXJG)*&1Hb_b|Nj5Z2OtCOBGfGKHv`9%xF*QunD=5xQNiI-Q z@Jz8)3NlGcG&L|wHcU1%F*Qj^Ggng3x3kd?O3g_u$;{6y&d4k%wnK5pW>&T<%*;TC zY`(+!ObE<4Dzlpr%xIP?g-HEYSQs2 z6-?8UfN0rhc##>ba$V{z^?S?=3`c~)Dp#6vvVg^9!_yZ=0mb?FK;n}PT39#VvuuE9 zPPA2qFxnk%LhQ@f#kHlBm4P8j8Ei_s^8!||eOjK=AjTPgQVs|PI!Kuftl+tC9mGKy z0kfERK`xfRRko)NsGxW9Ljf`?NUd6W#i|!5^%W$w`Df@3h@C9w{+QVT zg%`3;4$PLCGzI9uh!lvFex}vM&p@d;+#spVSZ_X*20@21?`h^vo zVxDL&Dw_Pi%1oWeq%oP1OJ?%?TCL5Cs%02OjdYDnLJZBV3@ojTP4&#oOw7$q3?^T$ zam68{TdNNa>G;~40wBg@>pm-Z!kt{(X9yPD*k=u<-}l*rX~TY3FkRVi0j9U~JAvt+ z{mx+8egcGUh0>>?wBSUDcsP`v3#A`JY0XIx`Ftq76-xhx(vFiM^6gOi>|__PeIipJ zbTpJ+1f^d>X@jW{`En?|Z>kGYJS0vLovbiT6Ks;tG+RV0Oq}LoMr14mcr!BTGH?O& NKLaTLPv)NP0RS3MVQ>Hd diff --git a/docs/Output/Html/Features/00BasicGherkin/BasicGherkin.html b/docs/Output/Html/Features/00BasicGherkin/BasicGherkin.html index 8a7c0974d..4a4c7ce59 100644 --- a/docs/Output/Html/Features/00BasicGherkin/BasicGherkin.html +++ b/docs/Output/Html/Features/00BasicGherkin/BasicGherkin.html @@ -305,9 +305,9 @@

Using And and But

diff --git a/docs/Output/Html/Features/00BasicGherkin/index.html b/docs/Output/Html/Features/00BasicGherkin/index.html index 5d742fdb7..717c67ea9 100644 --- a/docs/Output/Html/Features/00BasicGherkin/index.html +++ b/docs/Output/Html/Features/00BasicGherkin/index.html @@ -268,9 +268,9 @@

00 Basic Gherkin

diff --git a/docs/Output/Html/Features/01TestRunner/TestRunnerIsNotImportant.html b/docs/Output/Html/Features/01TestRunner/TestRunnerIsNotImportant.html index 0e0336a99..781bd3a66 100644 --- a/docs/Output/Html/Features/01TestRunner/TestRunnerIsNotImportant.html +++ b/docs/Output/Html/Features/01TestRunner/TestRunnerIsNotImportant.html @@ -278,9 +278,9 @@

A couple of simple steps

diff --git a/docs/Output/Html/Features/01TestRunner/index.html b/docs/Output/Html/Features/01TestRunner/index.html index ef937b13d..bf998ceb6 100644 --- a/docs/Output/Html/Features/01TestRunner/index.html +++ b/docs/Output/Html/Features/01TestRunner/index.html @@ -266,9 +266,9 @@

01 Test Runner

diff --git a/docs/Output/Html/Features/02TagsAndHooks/Hooks.html b/docs/Output/Html/Features/02TagsAndHooks/Hooks.html index 6e982ff7d..3848b4081 100644 --- a/docs/Output/Html/Features/02TagsAndHooks/Hooks.html +++ b/docs/Output/Html/Features/02TagsAndHooks/Hooks.html @@ -340,9 +340,9 @@

Hooking into pre conditions for Steps in SpecFlow

diff --git a/docs/Output/Html/Features/02TagsAndHooks/TagDemo.html b/docs/Output/Html/Features/02TagsAndHooks/TagDemo.html index ad3dbce04..ee8b78c3f 100644 --- a/docs/Output/Html/Features/02TagsAndHooks/TagDemo.html +++ b/docs/Output/Html/Features/02TagsAndHooks/TagDemo.html @@ -358,9 +358,9 @@

A scenario with 2 tags

diff --git a/docs/Output/Html/Features/02TagsAndHooks/index.html b/docs/Output/Html/Features/02TagsAndHooks/index.html index 3c3a8c921..56864b278 100644 --- a/docs/Output/Html/Features/02TagsAndHooks/index.html +++ b/docs/Output/Html/Features/02TagsAndHooks/index.html @@ -275,9 +275,9 @@

02 Tags And Hooks

diff --git a/docs/Output/Html/Features/031ScenarioContext/ScenarioContext.html b/docs/Output/Html/Features/031ScenarioContext/ScenarioContext.html index dc226398a..641127c3c 100644 --- a/docs/Output/Html/Features/031ScenarioContext/ScenarioContext.html +++ b/docs/Output/Html/Features/031ScenarioContext/ScenarioContext.html @@ -344,9 +344,9 @@

Pending step

diff --git a/docs/Output/Html/Features/031ScenarioContext/index.html b/docs/Output/Html/Features/031ScenarioContext/index.html index 63c8366f8..8a5c574b7 100644 --- a/docs/Output/Html/Features/031ScenarioContext/index.html +++ b/docs/Output/Html/Features/031ScenarioContext/index.html @@ -266,9 +266,9 @@

031 Scenario Context

diff --git a/docs/Output/Html/Features/032FeatureContext/FeatureContextFeatures.html b/docs/Output/Html/Features/032FeatureContext/FeatureContextFeatures.html index 7e37922f9..eb04389bf 100644 --- a/docs/Output/Html/Features/032FeatureContext/FeatureContextFeatures.html +++ b/docs/Output/Html/Features/032FeatureContext/FeatureContextFeatures.html @@ -295,9 +295,9 @@

Showing information of the feature

diff --git a/docs/Output/Html/Features/032FeatureContext/index.html b/docs/Output/Html/Features/032FeatureContext/index.html index 113029b12..9c9d15652 100644 --- a/docs/Output/Html/Features/032FeatureContext/index.html +++ b/docs/Output/Html/Features/032FeatureContext/index.html @@ -266,9 +266,9 @@

032 Feature Context

diff --git a/docs/Output/Html/Features/03ScenarioOutline/ScenarioOutline.html b/docs/Output/Html/Features/03ScenarioOutline/ScenarioOutline.html index 9d10f2c89..057180274 100644 --- a/docs/Output/Html/Features/03ScenarioOutline/ScenarioOutline.html +++ b/docs/Output/Html/Features/03ScenarioOutline/ScenarioOutline.html @@ -434,9 +434,9 @@

Examples: more than 100

diff --git a/docs/Output/Html/Features/03ScenarioOutline/index.html b/docs/Output/Html/Features/03ScenarioOutline/index.html index c8bd9c1cf..460667876 100644 --- a/docs/Output/Html/Features/03ScenarioOutline/index.html +++ b/docs/Output/Html/Features/03ScenarioOutline/index.html @@ -266,9 +266,9 @@

03 Scenario Outline

diff --git a/docs/Output/Html/Features/04Background/BackgroundFeature.html b/docs/Output/Html/Features/04Background/BackgroundFeature.html index dba46884b..81a56b867 100644 --- a/docs/Output/Html/Features/04Background/BackgroundFeature.html +++ b/docs/Output/Html/Features/04Background/BackgroundFeature.html @@ -305,9 +305,9 @@

Add 2 to the sum

diff --git a/docs/Output/Html/Features/04Background/index.html b/docs/Output/Html/Features/04Background/index.html index 939b68cec..448c62759 100644 --- a/docs/Output/Html/Features/04Background/index.html +++ b/docs/Output/Html/Features/04Background/index.html @@ -266,9 +266,9 @@

04 Background

diff --git a/docs/Output/Html/Features/05TablesAndAssist/TableScenario.html b/docs/Output/Html/Features/05TablesAndAssist/TableScenario.html index bf4b33af4..68e261b9c 100644 --- a/docs/Output/Html/Features/05TablesAndAssist/TableScenario.html +++ b/docs/Output/Html/Features/05TablesAndAssist/TableScenario.html @@ -326,9 +326,9 @@

Example of a wide table

diff --git a/docs/Output/Html/Features/05TablesAndAssist/index.html b/docs/Output/Html/Features/05TablesAndAssist/index.html index c767a7deb..7d844ccb5 100644 --- a/docs/Output/Html/Features/05TablesAndAssist/index.html +++ b/docs/Output/Html/Features/05TablesAndAssist/index.html @@ -266,9 +266,9 @@

05 Tables And Assist

diff --git a/docs/Output/Html/Features/06CompareToAssist/CompareTo.html b/docs/Output/Html/Features/06CompareToAssist/CompareTo.html index 594c704b1..954ff2cf8 100644 --- a/docs/Output/Html/Features/06CompareToAssist/CompareTo.html +++ b/docs/Output/Html/Features/06CompareToAssist/CompareTo.html @@ -298,9 +298,9 @@

CompareToSet

diff --git a/docs/Output/Html/Features/06CompareToAssist/index.html b/docs/Output/Html/Features/06CompareToAssist/index.html index 38482a459..cae0ed902 100644 --- a/docs/Output/Html/Features/06CompareToAssist/index.html +++ b/docs/Output/Html/Features/06CompareToAssist/index.html @@ -266,9 +266,9 @@

06 Compare To Assist

diff --git a/docs/Output/Html/Features/07Localization/Svenska.html b/docs/Output/Html/Features/07Localization/Svenska.html index 43ad3d501..af0957c63 100644 --- a/docs/Output/Html/Features/07Localization/Svenska.html +++ b/docs/Output/Html/Features/07Localization/Svenska.html @@ -280,9 +280,9 @@

Summera 5 och 7 ska vara 12

diff --git a/docs/Output/Html/Features/07Localization/Vlaams.html b/docs/Output/Html/Features/07Localization/Vlaams.html index a654fe8ec..630147577 100644 --- a/docs/Output/Html/Features/07Localization/Vlaams.html +++ b/docs/Output/Html/Features/07Localization/Vlaams.html @@ -277,9 +277,9 @@

Het Scenario

diff --git a/docs/Output/Html/Features/07Localization/index.html b/docs/Output/Html/Features/07Localization/index.html index d5a3b472a..c215934ab 100644 --- a/docs/Output/Html/Features/07Localization/index.html +++ b/docs/Output/Html/Features/07Localization/index.html @@ -273,9 +273,9 @@

07 Localization

diff --git a/docs/Output/Html/Features/08AttributeOverloading/AttributeOverloading.html b/docs/Output/Html/Features/08AttributeOverloading/AttributeOverloading.html index 8a5a4236d..279de93af 100644 --- a/docs/Output/Html/Features/08AttributeOverloading/AttributeOverloading.html +++ b/docs/Output/Html/Features/08AttributeOverloading/AttributeOverloading.html @@ -286,9 +286,9 @@

Checking number for evenness

diff --git a/docs/Output/Html/Features/08AttributeOverloading/index.html b/docs/Output/Html/Features/08AttributeOverloading/index.html index 380d2cfb2..0699eb304 100644 --- a/docs/Output/Html/Features/08AttributeOverloading/index.html +++ b/docs/Output/Html/Features/08AttributeOverloading/index.html @@ -266,9 +266,9 @@

08 Attribute Overloading

diff --git a/docs/Output/Html/Features/09CallingStepsFromSteps/CallingStepsFromSteps.html b/docs/Output/Html/Features/09CallingStepsFromSteps/CallingStepsFromSteps.html index b325dd83f..509a0c2a3 100644 --- a/docs/Output/Html/Features/09CallingStepsFromSteps/CallingStepsFromSteps.html +++ b/docs/Output/Html/Features/09CallingStepsFromSteps/CallingStepsFromSteps.html @@ -298,9 +298,9 @@

Do something meaningful

diff --git a/docs/Output/Html/Features/09CallingStepsFromSteps/index.html b/docs/Output/Html/Features/09CallingStepsFromSteps/index.html index 6d6d7e449..6725858af 100644 --- a/docs/Output/Html/Features/09CallingStepsFromSteps/index.html +++ b/docs/Output/Html/Features/09CallingStepsFromSteps/index.html @@ -266,9 +266,9 @@

09 Calling Steps From Steps

diff --git a/docs/Output/Html/Features/10StepTransformation/StepTransformation.html b/docs/Output/Html/Features/10StepTransformation/StepTransformation.html index 155b01338..5927c5668 100644 --- a/docs/Output/Html/Features/10StepTransformation/StepTransformation.html +++ b/docs/Output/Html/Features/10StepTransformation/StepTransformation.html @@ -278,9 +278,9 @@

Steps with non-string arguments

diff --git a/docs/Output/Html/Features/10StepTransformation/index.html b/docs/Output/Html/Features/10StepTransformation/index.html index ada765c02..dd79fb9fe 100644 --- a/docs/Output/Html/Features/10StepTransformation/index.html +++ b/docs/Output/Html/Features/10StepTransformation/index.html @@ -266,9 +266,9 @@

10 Step Transformation

diff --git a/docs/Output/Html/Features/11ContextInjection/ContextInjection.html b/docs/Output/Html/Features/11ContextInjection/ContextInjection.html index 72ce6e150..4e0192b0b 100644 --- a/docs/Output/Html/Features/11ContextInjection/ContextInjection.html +++ b/docs/Output/Html/Features/11ContextInjection/ContextInjection.html @@ -346,9 +346,9 @@

Feature with a dependent context

diff --git a/docs/Output/Html/Features/11ContextInjection/index.html b/docs/Output/Html/Features/11ContextInjection/index.html index 16bc9ca7d..6546d9ef5 100644 --- a/docs/Output/Html/Features/11ContextInjection/index.html +++ b/docs/Output/Html/Features/11ContextInjection/index.html @@ -268,9 +268,9 @@

11 Context Injection

diff --git a/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/NestedFolderExample.html b/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/NestedFolderExample.html index d3813cd72..37e0ee99a 100644 --- a/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/NestedFolderExample.html +++ b/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/NestedFolderExample.html @@ -281,9 +281,9 @@

Nested - Add two numbers

diff --git a/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/index.html b/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/index.html index 8b0c5d9e3..7a358c636 100644 --- a/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/index.html +++ b/docs/Output/Html/Features/12NestedFolders/ChildFolder/ChildChildFolder/index.html @@ -266,9 +266,9 @@

Child Child Folder

diff --git a/docs/Output/Html/Features/12NestedFolders/ChildFolder/index.html b/docs/Output/Html/Features/12NestedFolders/ChildFolder/index.html index 75480ad34..5cd38481a 100644 --- a/docs/Output/Html/Features/12NestedFolders/ChildFolder/index.html +++ b/docs/Output/Html/Features/12NestedFolders/ChildFolder/index.html @@ -256,9 +256,9 @@

Child Folder

    diff --git a/docs/Output/Html/Features/12NestedFolders/index.html b/docs/Output/Html/Features/12NestedFolders/index.html index b186a1f6d..a51e74b2b 100644 --- a/docs/Output/Html/Features/12NestedFolders/index.html +++ b/docs/Output/Html/Features/12NestedFolders/index.html @@ -256,9 +256,9 @@

    12 Nested Folders

      diff --git a/docs/Output/Html/Features/13MultilineText/MultilineFeatureExample.html b/docs/Output/Html/Features/13MultilineText/MultilineFeatureExample.html index 30c0b525e..768ac350f 100644 --- a/docs/Output/Html/Features/13MultilineText/MultilineFeatureExample.html +++ b/docs/Output/Html/Features/13MultilineText/MultilineFeatureExample.html @@ -281,9 +281,9 @@

      Mutliline Output

    diff --git a/docs/Output/Html/Features/13MultilineText/index.html b/docs/Output/Html/Features/13MultilineText/index.html index 1f5af4678..a69d2a4b8 100644 --- a/docs/Output/Html/Features/13MultilineText/index.html +++ b/docs/Output/Html/Features/13MultilineText/index.html @@ -266,9 +266,9 @@

    13 Multiline Text

diff --git a/docs/Output/Html/Features/14MarkdownExample/MarkdownExamples.html b/docs/Output/Html/Features/14MarkdownExample/MarkdownExamples.html index 64b354ac3..1e20981eb 100644 --- a/docs/Output/Html/Features/14MarkdownExample/MarkdownExamples.html +++ b/docs/Output/Html/Features/14MarkdownExample/MarkdownExamples.html @@ -396,9 +396,9 @@

Examples:

diff --git a/docs/Output/Html/Features/14MarkdownExample/index.html b/docs/Output/Html/Features/14MarkdownExample/index.html index 957d2dca9..0a7ccd4fb 100644 --- a/docs/Output/Html/Features/14MarkdownExample/index.html +++ b/docs/Output/Html/Features/14MarkdownExample/index.html @@ -298,9 +298,9 @@

14 Markdown Example

diff --git a/docs/Output/Html/Features/15Pickles/InteractiveDHTMLView.html b/docs/Output/Html/Features/15Pickles/InteractiveDHTMLView.html index f517addc1..6f425dac2 100644 --- a/docs/Output/Html/Features/15Pickles/InteractiveDHTMLView.html +++ b/docs/Output/Html/Features/15Pickles/InteractiveDHTMLView.html @@ -278,9 +278,9 @@

Scenario with large data table

diff --git a/docs/Output/Html/Features/15Pickles/index.html b/docs/Output/Html/Features/15Pickles/index.html index 5eeee21bf..002e048fc 100644 --- a/docs/Output/Html/Features/15Pickles/index.html +++ b/docs/Output/Html/Features/15Pickles/index.html @@ -267,9 +267,9 @@

15 Pickles

diff --git a/docs/Output/Html/Features/Arithmetic.html b/docs/Output/Html/Features/Arithmetic.html index 1044055da..21aacbc00 100644 --- a/docs/Output/Html/Features/Arithmetic.html +++ b/docs/Output/Html/Features/Arithmetic.html @@ -350,9 +350,9 @@

Divide two numbers

diff --git a/docs/Output/Html/Features/Trigonometry.html b/docs/Output/Html/Features/Trigonometry.html index eaaf16ea6..9988f5238 100644 --- a/docs/Output/Html/Features/Trigonometry.html +++ b/docs/Output/Html/Features/Trigonometry.html @@ -317,9 +317,9 @@

Tangent

diff --git a/docs/Output/Html/Features/Workflow/ClearingScreen.html b/docs/Output/Html/Features/Workflow/ClearingScreen.html index db2842e53..fb4dd9671 100644 --- a/docs/Output/Html/Features/Workflow/ClearingScreen.html +++ b/docs/Output/Html/Features/Workflow/ClearingScreen.html @@ -281,9 +281,9 @@

Clear the screen

diff --git a/docs/Output/Html/Features/Workflow/index.html b/docs/Output/Html/Features/Workflow/index.html index 1ae37a2fb..8b408b74c 100644 --- a/docs/Output/Html/Features/Workflow/index.html +++ b/docs/Output/Html/Features/Workflow/index.html @@ -266,9 +266,9 @@

Workflow

diff --git a/docs/Output/Html/Features/index.html b/docs/Output/Html/Features/index.html index 2a3e4734a..557a51dca 100644 --- a/docs/Output/Html/Features/index.html +++ b/docs/Output/Html/Features/index.html @@ -278,9 +278,9 @@

Features

diff --git a/docs/Output/Html/index.html b/docs/Output/Html/index.html index 3431f31dd..9b133a115 100644 --- a/docs/Output/Html/index.html +++ b/docs/Output/Html/index.html @@ -256,9 +256,9 @@

Examples

    diff --git a/docs/Output/Html/readme.html b/docs/Output/Html/readme.html index c90d56d7f..c98a548bb 100644 --- a/docs/Output/Html/readme.html +++ b/docs/Output/Html/readme.html @@ -255,9 +255,9 @@

    In the Features-folders you'll find quite a large population of .feature files that you can use to test out pickles on.

    diff --git a/docs/Output/JSON/pickledFeatures.json b/docs/Output/JSON/pickledFeatures.json index 9a81f4d73..670a4e6f2 100644 --- a/docs/Output/JSON/pickledFeatures.json +++ b/docs/Output/JSON/pickledFeatures.json @@ -545,7 +545,8 @@ "Tags": [ "@small", "@short_test" - ] + ], + "NativeKeyword": "Examples" }, { "Name": "more than 100", @@ -570,7 +571,8 @@ }, "Tags": [ "@big" - ] + ], + "NativeKeyword": "Examples" } ], "Name": "Add two positive numbers with many examples", @@ -644,7 +646,8 @@ ] ] }, - "Tags": [] + "Tags": [], + "NativeKeyword": "Examples" }, { "Name": "more than 100", @@ -667,7 +670,8 @@ ] ] }, - "Tags": [] + "Tags": [], + "NativeKeyword": "Examples" } ], "Name": "Add two negative numbers with many examples", @@ -2333,7 +2337,8 @@ ] ] }, - "Tags": [] + "Tags": [], + "NativeKeyword": "Examples" } ], "Name": "Sample Markdown Scenario Outline Example", @@ -3084,7 +3089,7 @@ }, "Configuration": { "SutName": "Pickles", - "SutVersion": "2.14.0", - "GeneratedOn": "24 Februar 2017 18:09:35" + "SutVersion": "2.15.0", + "GeneratedOn": "9 März 2017 16:28:01" } } \ No newline at end of file diff --git a/docs/Output/Word/Pickles.docx b/docs/Output/Word/Pickles.docx index 98891ce4a8f5758837398e706b063f87b36127c8..824434662cd646265fd624480464ccd1ffddb56e 100644 GIT binary patch delta 950 zcmaEx`!<(1z?+#xgn@y9gQ1~0b0hCJDGng*mGxI!VKcY1C8J@orHN%)qJcqLVzQx$ znURT-g1()Neo$&oVo7FxUU5cdL9rc*8JkOGF7bd3$*^{NGudC$wSKa%-(drR*7ZV_ z{xa5iL5r8&J5?98~-QSmtip_3jkY+vc6oi_TVUZFOr&JQQB~esSW`&#bGQUc5K_wyG)Y z$Bl0ncx97gwGRdC68i46w?oLF-ggqu?v?CTUwg{h46}HAZtPG~yDY;IA9O6UNcr~ubE!GvWlm-Vd_Qi_Xn3mREq>tgk#LVg z4WBFz+O!zh96Eit_m_#cqX$=0rW&tu&za89#tRS5E$n;6;u&PNWO};NX;beXN%uH% zceq%sy8J=psiyZ=Cy%o)B;@RV-h7>p8qzPdwlXmTqigd*T~|gBWAaPAtKgvD&c$|k z@-cnq`VF14RyZ~0M3hKwRWIn}4EwWuW8<@&*e@P?ozCV*hpq}(lDFZ*p6`1n`P%Q8(|jM#M5Iu^}X)Om0AaX zY&pXhG1)qb>#)?(t@1*K1(H<;x2_)AHFH_s($*wf=Ue;vE^1l6w%V<>mgQFKPHjuJ zQZ_H{w!-I!@(jhqlbphMHn{8bnd<&IGsikGE`uhK>)_gZFUtqg(-SLpluk4h? zdc5UpYfcF$?*3aF6q0jsPw0m(vrF}>dHRHTPH*1tCAUO(s$|uZEl(Ph=E#3gl9aQv z=Pa9e=kD36fQjkkXhT=VjL8cPzcJ<2 zPo8NM0FHwdDu?9O37o=MV{?bs#a_a zw%f-1?Q!46b-{@-ySn(e=7qF|)Ei6-G(W3weCEY8^9QP(*JiMNICp5tg5y**-?&sAkR@ocls*e9|% zUbNqL#rs}Ij`{{QUg79Tj?=nAUd?pK{N$bcUuycs+8Zl29SweP{us-#V3ui{U9u*I zdplJ6&Nwb`%)P>HhjZ;AAr7x|rENB$LJhH#Ll<9q;TQP(RZEME#dM|XPR1)QX~!?* zeZHi&)M-}tk`N_do+4G_llwityhzu#XG9I@ms(qyn1Ru?d7-W=BZx8irQTI=(BHcA z&VKSSedl@um&}lb4rV&LdTt5tIL4y=@A3_Y;%$0WOX3zD`?Do3Nm<>c%hslxYIWi9`60Ju6R&yMvXjx7`)-_>@NT_xNzj>H_tto>ZunC7 zE~v+GZ`-McWoM%HNB13VouQ`9W}zTU+PS$NhpsjS?%)4^lI-s{nHh{Ul*|RKEX?4T;LTxF>YetSyIXSF;@FJoM?!x~9rZcb7gn$(0fdIK^Df02~KzjLIN!kZNKB&qI?}nizs3=B|kqB2UPhI)MdKOkKhB8dF;^{l*lc X6C8U6W~N{rU>kGIOu;Iant1>KGHIwr diff --git a/docs/Output/Word/features.docx b/docs/Output/Word/features.docx index 7c3b2499bcb65530dd16a5e0f628b5348c76c86c..81f32a20a69b03bdb9f0ef929edb636079c0183e 100644 GIT binary patch delta 608 zcmcbYdoPzaz?+#xgn@y9gQ2=Pb0hCJDGng*wQfUC>1J+eOGZOW19MBW#Kgq3WP?-_ z!z4o`1${dk{h-vG#FEVXyyA?^f?_)qGd7pXT;c&6^6XBp=wyFQw|Z~C!v+Fu4_3R} z6Mp`1i(%F+UY#3ZQzQD{779%~GVv{wtu%Mv5mAFJPMO?6tyh*F|F+)W_}lT@zmvY+ zD!*tPb$!-CrOY`KIM_2otgndPtf~#3bhT*XF}@m$hqKB`0(Thg=rXz2zkQ0;%>;fu zGiAO+cj?>B{NB-*1)m6C@z|_VKQqw!tith`7t_oisdl=(4tq3r;%zzh|K0|rb=Mav zUu4Va-KX^BXhi9XV~V{l{Hv5+&*5hDF=z=gJZReaLUqZ$sn;wP*XsDzU#QW1wqHvw z`u?5l-b?=(XUWXCvEj<@rb;$%`k{7l@%+7iSWpA{rPfv^W?*b>Ua0HJ2x3frsdp7Da8SRQ z5gY}=0w$)DeGFY0GbT?m{Kk}5Ke@{&0IcM$Q5i%}n28NM$|uh)-)D}$NHMIfLGG-9PV9VmnOu>TF%sc?nLjb7& delta 608 zcmcbYdoPzaz?+#xgn@y9gF$~{#75q4QXD|qE8eR?c{8`PC8J?VvWZ!0s;Q;1v9Xzn zWvZEyg1()Neo$&oVo7FxUU5cdL9rc*8JkOGF7bd35%4HDHrZd(t=`f9u!0EthxL~V zwqKYwHR;;hMeOTO3!U$=yLD`v$%kd{HdlU7{weCReMa8p6vLYn+5h}}$|#@z{`1r9 z`>y97)MU3$QZZB(dp4PH2B3yP=p@;HC=g>)^6AMl_IxXz#36Gi35$E(O`t6$SY{|L5o1b|r)`i+^ zyKzUFS?WK7ub5Acn~2U-ql-DyKCyh_&i$V?eIxU_tIL{$ADlnJqSkUUW$Bav1xw+u zm!^qw0*94t^6xCPOI^ujbdr}_)28*+tTk+h65okzUGL|Sqh|h-ZIg*fSANT`ccM`? z>Tg#I2PrK{U~RUUnHgvB&v%i#ef399)PR1ewUvn(7+aec>bf$57?WS>T?Gpq)Nf`4 zN5P>Vm#ruJ7`ifgO`c@9 i1w&0;!Sq~HTQGgs)CNq;m_ZbSEsHZV1q)6y^8f%uNcW5Y diff --git a/docs/index.html b/docs/index.html index dfb5401c4..78a3679f9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -159,7 +159,7 @@

    Download

- If you prefer to download the .zip files, you can so from the Github release page. + If you prefer to download the .zip files, you can so from the Github release page.