Adds test dependencies and reporting
Adds Faker.js, Playwright, dotenv-safe, Luxon, and ortoni-report as dev dependencies. These additions enhance testing capabilities and provide tools for data generation, end-to-end testing, environment variable management, date/time manipulation, and report generation.
This commit is contained in:
parent
a2ca9134d1
commit
2bec90f3c6
2 changed files with 1383 additions and 6 deletions
1384
package-lock.json
generated
1384
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -30,6 +30,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.25.1",
|
||||
"@faker-js/faker": "^9.7.0",
|
||||
"@playwright/test": "^1.52.0",
|
||||
"@vue/cli-plugin-babel": "~5.0.8",
|
||||
"@vue/cli-plugin-eslint": "~5.0.8",
|
||||
"@vue/cli-plugin-unit-jest": "~5.0.8",
|
||||
|
|
@ -38,9 +40,12 @@
|
|||
"@vue/eslint-config-prettier": "^9.0.0",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"@vue/vue3-jest": "^27.0.0",
|
||||
"dotenv-safe": "^9.1.0",
|
||||
"eslint": "8.57",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-vue": "^9.27.0",
|
||||
"luxon": "^3.6.1",
|
||||
"ortoni-report": "^3.0.2",
|
||||
"prettier": "^3.3.3",
|
||||
"sass": "^1.77.8",
|
||||
"sass-loader": "^8.0.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue