use html reporter with typescript

This commit is contained in:
mahula 2024-02-26 22:46:36 +01:00
parent 8306614812
commit c5b68ae03e
3 changed files with 21 additions and 0 deletions

20
package-lock.json generated
View File

@ -30,6 +30,7 @@
"multiple-cucumber-html-reporter": "^3.6.2",
"prettier": "^3.2.5",
"ts-loader": "^9.5.1",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vuepress": "^2.0.0-rc.8",
"vuepress-plugin-search-pro": "^2.0.0-rc.26",
@ -14799,6 +14800,25 @@
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
"dev": true
},
"node_modules/tsx": {
"version": "4.7.1",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.7.1.tgz",
"integrity": "sha512-8d6VuibXHtlN5E3zFkgY8u4DX7Y3Z27zvvPKVmLon/D4AjuKzarkUBTLDBgj9iTQ0hg5xM7c/mYiRVM+HETf0g==",
"dev": true,
"dependencies": {
"esbuild": "~0.19.10",
"get-tsconfig": "^4.7.2"
},
"bin": {
"tsx": "dist/cli.mjs"
},
"engines": {
"node": ">=18.0.0"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
}
},
"node_modules/tty-browserify": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz",

View File

@ -54,6 +54,7 @@
"multiple-cucumber-html-reporter": "^3.6.2",
"prettier": "^3.2.5",
"ts-loader": "^9.5.1",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vuepress": "^2.0.0-rc.8",
"vuepress-plugin-search-pro": "^2.0.0-rc.26",