You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
1
# SpecFlow Report generator Task
2
-
### Overview
2
+
3
+
## Overview
4
+
3
5
This extension will add a Build/Release task in your TFS/VSTS instance that will allow you to generate SpecFlow test execution reports. Task ships with the necessary SpecFlow executable files.
4
6
5
-
###Requirements
7
+
## Requirements
6
8
7
9
No specific requirements are present for this task to run.
8
10
9
-
### The different parameters of the task are explained below:
11
+
## Parameters
12
+
13
+
The different parameters of the task are explained below:
10
14
11
15
***Test Execution Report type**: Three different types of reports are supported, MsTest Execution Report, NUnit Execution Report and Step Definition Report.
12
16
***Project File**: A path of the project file containing the feature files. This is a mandatory parameter.
@@ -18,8 +22,10 @@ No specific requirements are present for this task to run.
18
22
***Output File**: Generated Output File. Default: StepDefinitionReport.html and is going to be persisted in AGENT_BUILDDIRECTORY in case of a build, meanwhile in case of a release it is going to be placed in AGENT_RELEASEDIRECTORY
19
23
20
24
## Release notes
21
-
1.0.1 - Adjusted the license terms and changed the icons
22
-
1.0.0 - Initial Release - Ships with SpecFlow 2.3.1
25
+
26
+
* 1.0.2 - Minor adjustments to the extension. No changes for the task.
27
+
* 1.0.1 - Adjusted the license terms and changed the icons
28
+
* 1.0.0 - Initial Release - Ships with SpecFlow 2.3.1
0 commit comments