Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.45.1 to 1.47.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.45.1...v1.47.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
492 B
JSON
20 lines
492 B
JSON
{
|
|
"name": "unittcms",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"format": "prettier --write frontend/**/*.{js,ts,jsx,tsx,json} backend/**/*.{js,ts,json}",
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"e2e": "playwright test",
|
|
"report": "playwright show-report"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.47.2",
|
|
"@types/node": "^22.5.5",
|
|
"@vitest/coverage-v8": "^1.6.0",
|
|
"prettier": "^3.3.3",
|
|
"vitest": "^1.6.0"
|
|
}
|
|
}
|