Implements jest-junit report parsing

This commit is contained in:
Michal Dorner 2020-11-12 23:34:42 +01:00
parent 7bda3b9f6f
commit bc706859ad
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
11 changed files with 381 additions and 34 deletions

View file

@ -29,11 +29,16 @@
"author": "Michal Dorner <dorner.michal@gmail.com>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6"
"@actions/core": "^1.2.6",
"github-slugger": "^1.3.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@octokit/types": "^5.5.0",
"@types/github-slugger": "^1.3.0",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@types/xml2js": "^0.4.5",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"@vercel/ncc": "^0.24.1",