- Going via jest-junit to xml and then with publish-unit-test-result-action to publish results.
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "spring-shell-e2e-tests",
|
|
"version": "2.1.0",
|
|
"description": "e2e tests for spring-shell",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"format": "prettier --write **/*.ts",
|
|
"format-check": "prettier --check **/*.ts",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/spring-projects/spring-shell.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/spring-projects/spring-shell/issues"
|
|
},
|
|
"homepage": "https://github.com/spring-projects/spring-shell",
|
|
"devDependencies": {
|
|
"@actions/io": "^1.1.2",
|
|
"@alex_neo/jest-expect-message": "^1.0.5",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/jest-expect-message": "^1.0.3",
|
|
"@types/lodash": "^4.14.172",
|
|
"@types/node": "^15.6.0",
|
|
"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",
|
|
"wait-for-expect": "^3.0.2"
|
|
},
|
|
"dependencies": {
|
|
"spring-shell-e2e": "file:../spring-shell-e2e"
|
|
}
|
|
}
|