Try to make GHA useful. Adds jest-junit

This commit is contained in:
sayhiben
2024-05-18 23:10:31 -07:00
parent 495b7d3d7e
commit 6e1e42cb25
4 changed files with 63 additions and 7 deletions

View File

@@ -8,8 +8,7 @@
"start": "npm run build -- --stats=errors-only && electron dist",
"start-local": "npm run build -- --stats=errors-only && electron dist --control.address=http://localhost:4444 --control.username=streamwall --control.password=local-dev",
"test-full": "jest",
"test": "jest --testPathIgnorePatterns=src/node/server.test.js",
"coverage": "jest --coverage --testPathIgnorePatterns=src/node/server.test.js"
"test": "jest --ci --reporters=default --reporters=jest-junit --testPathIgnorePatterns=src/node/server.test.js --coverage"
},
"author": "Max Goodhart <c@chromakode.com>",
"license": "MIT",
@@ -60,6 +59,7 @@
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"jest": "^29.5.0",
"jest-junit": "^16.0.0",
"prettier": "2.8.7",
"style-loader": "^3.3.2",
"supertest": "^6.3.3",