Add e2e results

- Going via jest-junit to xml and then with
  publish-unit-test-result-action to publish results.
This commit is contained in:
Janne Valkealahti
2022-06-03 09:37:47 +01:00
parent 5258e00c55
commit fa8693901f
5 changed files with 82 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
"jest": "^27.5.1",
"jest-circus": "^27.5.1",
"jest-extended": "^2.0.0",
"jest-junit": "^13.2.0",
"prettier": "^2.3.0",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2",