forked from gianlucamangiapelo/azuredevops-test-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from techconative/package
Package
- Loading branch information
Showing
5 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
# AzureDevOps Test Reporter | ||
|
||
work in progress | ||
# AzureDevOps Test Reporter TS |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "azuredevops-test-reporter", | ||
"version": "0.0.9", | ||
"description": "Azure DevOps Test Reporter to inject result of automatic test run in Azure DevOps TestPlan", | ||
"name": "azuredevops-test-reporter-ts", | ||
"version": "0.0.1", | ||
"description": "Azure DevOps Test Reporter TS to inject result of automatic test run in Azure DevOps TestPlan", | ||
"type": "module", | ||
"types": "dist/esm/index.d.ts", | ||
"main": "dist/cjs/index.js", | ||
|
@@ -21,7 +21,7 @@ | |
"package": "npm run build && npm pack", | ||
"test": "jest --no-cache --runInBand", | ||
"test:cov": "jest --coverage --no-cache --runInBand", | ||
"addscope": "node tools/packagejson name @gmangiapelo/azuredevops-test-reporter" | ||
"addscope": "node tools/packagejson name @techconative/azuredevops-test-reporter-ts" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
@@ -38,15 +38,15 @@ | |
"typescript", | ||
"esm" | ||
], | ||
"author": "Gianluca Mangiapelo <gianlucamangiapelo.mangiapelog@gmail.com>", | ||
"author": "Vivek Dhayalan <vivek.dhayalan@techconative.com>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/gianlucamangiapelo/azuredevops-test-reporter", | ||
"homepage": "https://github.com/techconative/azuredevops-test-reporter", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:gianlucamangiapelo/azuredevops-test-reporter.git" | ||
"url": "[email protected]:techconative/azuredevops-test-reporter.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/gianlucamangiapelo/azuredevops-test-reporter/issues" | ||
"url": "https://github.com/techconative/azuredevops-test-reporter/issues" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
|