Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rombauts committed Mar 9, 2017
2 parents c73df97 + 9afbffa commit 28c862b
Show file tree
Hide file tree
Showing 119 changed files with 1,061 additions and 316 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set "picklesVersion=2.14.0"
set "picklesVersion=2.15.0"

cls

Expand Down
2 changes: 1 addition & 1 deletion docs/Output/Dhtml/Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h4 data-bind="text: Name, click: $root.toggleDetail" class="canHighlight, click
</span>
</div>
<div>
<strong>Examples:</strong> <span data-bind="text: Name"></span>
<strong><span data-bind="text: $data.NativeKeyword"></span>:</strong> <span data-bind="text: Name"></span>
</div>
<div class="description" data-bind="html: renderMarkdownBlock(Description)"></div>
<div data-bind="template: { name: 'table-template', data: $data.TableArgument }"></div>
Expand Down
1 change: 1 addition & 0 deletions docs/Output/Dhtml/js/featuresModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
19 changes: 12 additions & 7 deletions docs/Output/Dhtml/pickledFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,8 @@ jsonPWrapper ({
"Tags": [
"@small",
"@short_test"
]
],
"NativeKeyword": "Examples"
},
{
"Name": "more than 100",
Expand All @@ -570,7 +571,8 @@ jsonPWrapper ({
},
"Tags": [
"@big"
]
],
"NativeKeyword": "Examples"
}
],
"Name": "Add two positive numbers with many examples",
Expand Down Expand Up @@ -644,7 +646,8 @@ jsonPWrapper ({
]
]
},
"Tags": []
"Tags": [],
"NativeKeyword": "Examples"
},
{
"Name": "more than 100",
Expand All @@ -667,7 +670,8 @@ jsonPWrapper ({
]
]
},
"Tags": []
"Tags": [],
"NativeKeyword": "Examples"
}
],
"Name": "Add two negative numbers with many examples",
Expand Down Expand Up @@ -2333,7 +2337,8 @@ jsonPWrapper ({
]
]
},
"Tags": []
"Tags": [],
"NativeKeyword": "Examples"
}
],
"Name": "Sample Markdown Scenario Outline Example",
Expand Down Expand Up @@ -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"
}
});
Binary file modified docs/Output/Excel/features.xlsx
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/00BasicGherkin/BasicGherkin.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ <h2>Using And and But</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:57</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/00BasicGherkin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ <h1>00 Basic Gherkin</h1>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:57</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ <h2>A couple of simple steps</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:57</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/01TestRunner/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ <h1>01 Test Runner</h1>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:57</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/02TagsAndHooks/Hooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ <h2>Hooking into pre conditions for Steps in SpecFlow</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:57</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/02TagsAndHooks/TagDemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ <h2>A scenario with 2 tags</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:57</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/02TagsAndHooks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ <h1>02 Tags And Hooks</h1>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:57</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@ <h2>Pending step</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:57</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/031ScenarioContext/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ <h1>031 Scenario Context</h1>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:57</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,9 @@ <h2>Showing information of the feature</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:58</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/032FeatureContext/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ <h1>032 Feature Context</h1>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:58</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,9 @@ <h3>Examples: more than 100</h3>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:57</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/03ScenarioOutline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ <h1>03 Scenario Outline</h1>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:57</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/04Background/BackgroundFeature.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ <h2>Add 2 to the sum</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:58</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/04Background/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ <h1>04 Background</h1>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:58</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@ <h2>Example of a wide table</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:58</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/05TablesAndAssist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ <h1>05 Tables And Assist</h1>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:58</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/06CompareToAssist/CompareTo.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ <h2>CompareToSet</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:33</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:58</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/06CompareToAssist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ <h1>06 Compare To Assist</h1>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:32</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:58</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/07Localization/Svenska.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ <h2>Summera 5 och 7 ska vara 12</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:33</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:58</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/07Localization/Vlaams.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ <h2>Het Scenario</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:33</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:58</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/07Localization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ <h1>07 Localization</h1>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.14.0</p>
<p>Generated on: 24 Februar 2017 18:09:33</p>
<p>Produced by Pickles, version 2.14.0.0</p>
<p>Test results generated for: Pickles, version 2.15.0</p>
<p>Generated on: 9 März 2017 16:27:58</p>
<p>Produced by Pickles, version 2.15.0.0</p>
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit 28c862b

Please sign in to comment.