mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Add dotnet-trx fixture project
This commit is contained in:
parent
6aba2a4454
commit
62ec9da2d6
10 changed files with 676 additions and 3 deletions
|
|
@ -11,7 +11,8 @@
|
|||
"lint": "eslint src/**/*.ts",
|
||||
"package": "ncc build --source-map --license licenses.txt",
|
||||
"test": "jest",
|
||||
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
||||
"all": "npm run build && npm run format && npm run lint && npm run package && npm test",
|
||||
"dotnet-report": "cross-env-shell dotnet test reports/dotnet/DotnetTests.XUnitTests --logger \"trx;LogFileName=$INIT_CWD/__tests__/fixtures/dotnet-trx.trx\""
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -33,6 +34,7 @@
|
|||
"@types/node": "^14.11.2",
|
||||
"@typescript-eslint/parser": "^4.3.0",
|
||||
"@vercel/ncc": "^0.24.1",
|
||||
"cross-env": "^7.0.2",
|
||||
"eslint": "^7.10.0",
|
||||
"eslint-plugin-github": "^4.1.1",
|
||||
"eslint-plugin-jest": "^24.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue