Skip to content

Commit

Permalink
Release 2.14.0 (#438)
Browse files Browse the repository at this point in the history
* Feature/add ignore tag (#433)

* add .vs to gitignore

* add IgnoreTag Feature

* add ignoreTag parameter in any Runner

* Fix after test with real case

* Implement requests

* Fix whitespace

* Add properties and handling to model and viewmodel

* Insert a row and move all rows down.

* Add label and textbox for exclude tags

* Reorganize UI

* Rename Test Explude Tag "ignore-tag" to "exclude-tag" and add test for no sensitivity

* Second try of wildcard support for testresult files (#435)

* Added semicolon and wildcard support for all call types (MsBuild, CommandLine, PowerShell, UI-api).

Folders and no match will deliver no result file.
Multiple matches on the same file will distinct into a single result.

* Improved design of tests for TestResultFiles in order to reflect their intention

* Changed add file into add directory to the filesystem mock.

Pickles throws an exception when a folder does not exist for a resultfile. The about selecting a non existing file was a victim of this exception making it fail. By ensuring the directory exists, the testcase passes.

* Release 2.14.0 (#437)

* Adapt change log

* Version Bump (2.14.0)

* Enable creation of outputs in deploy script

* Version 2.14.0
  • Loading branch information
dirkrombauts authored Feb 24, 2017
1 parent ff4d5dc commit c73df97
Show file tree
Hide file tree
Showing 76 changed files with 623 additions and 264 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.DS_Store

#Visual Studio files
.vs
*.[Oo]bj
*.user
*.aps
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ 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.14.0] - 2017-02-24

### Added

- Add wildcard support for test result files ([435](https://github.com/picklesdoc/pickles/pull/435)) (by [@Autom8edChaos](https://github.com/Autom8edChaos))
- Exclude Feature or Scenario by Tag ([433](https://github.com/picklesdoc/pickles/pull/433)) (by [@Wil75](https://github.com/Wil75))

## [2.13.0] - 2017-02-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion DeployArtifacts.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ECHO OFF
REM call DeployOutput.cmd %1
call DeployOutput.cmd %1
call DeployToChocolatey.cmd %1
call DeployToNuget.cmd %1
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.13.0"
set "picklesVersion=2.14.0"

cls

Expand Down
4 changes: 2 additions & 2 deletions docs/Output/Dhtml/pickledFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -3084,7 +3084,7 @@ jsonPWrapper ({
},
"Configuration": {
"SutName": "Pickles",
"SutVersion": "2.13.0",
"GeneratedOn": "10 Februar 2017 11:00:51"
"SutVersion": "2.14.0",
"GeneratedOn": "24 Februar 2017 18:09:34"
}
});
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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</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.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ <h2>Checking number for evenness</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/08AttributeOverloading/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ <h1>08 Attribute Overloading</h1>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ <h2>Do something meaningful</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/Output/Html/Features/09CallingStepsFromSteps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ <h1>09 Calling Steps From Steps</h1>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ <h2>Steps with non-string arguments</h2>
</ul>
</div>
<div id="footer">
<p>Test results generated for: Pickles, version 2.13.0</p>
<p>Generated on: 10 Februar 2017 11:00:49</p>
<p>Produced by Pickles, version 2.13.0.0</p>
<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>
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit c73df97

Please sign in to comment.