Skip to content

Commit 6755a15

Browse files
author
Mario Majcica
committed
Adjusted the license path and optimazed the readme md syntax
1 parent ad1f7da commit 6755a15

2 files changed

Lines changed: 17 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# SpecFlow Report generator Task
2-
### Overview
2+
3+
## Overview
4+
35
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.
46

5-
### Requirements
7+
## Requirements
68

79
No specific requirements are present for this task to run.
810

9-
### The different parameters of the task are explained below:
11+
## Parameters
12+
13+
The different parameters of the task are explained below:
1014

1115
* **Test Execution Report type**: Three different types of reports are supported, MsTest Execution Report, NUnit Execution Report and Step Definition Report.
1216
* **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.
1822
* **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
1923

2024
## 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
2329

2430
## Contributing
2531

vss-extension.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"extensionId": "SpecFlowReportGenerator",
44
"name": "SpecFlow Report Generator",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"publisher": "mmajcica",
77
"description": "Generates SpecFlow test execution reports in HTML format.",
88
"public": false,
@@ -28,7 +28,7 @@
2828
"uri": "http://blog.majcica.com/"
2929
},
3030
"support": {
31-
"uri": ""
31+
"uri": "http://blog.majcica.com/2018/05/07/living-documentation-and-test-reports-in-vsts-tfs-pipelines"
3232
},
3333
"repository": {
3434
"uri": "https://github.com/mmajcica/SpecFlowReportGeneratorTask"
@@ -52,8 +52,10 @@
5252
],
5353
"content": {
5454
"details": {
55-
"path": "README.md",
56-
"license": { "path": "LICENSE.txt" }
55+
"path": "README.md"
56+
},
57+
"license": {
58+
"path": "LICENSE.txt"
5759
}
5860
},
5961
"files": [

0 commit comments

Comments
 (0)