podman-desktop/tests/playwright/package.json
dependabot[bot] 1ad34b4ff7 chore(deps-dev): bump @playwright/test from 1.54.1 to 1.54.2
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.54.1 to 1.54.2.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.54.1...v1.54.2)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-version: 1.54.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 08:25:07 +02:00

31 lines
933 B
JSON

{
"name": "@podman-desktop/tests-playwright",
"version": "1.9.0-next",
"description": "Playwright-based testing libraries for Podman Desktop and its extensions",
"type": "module",
"repository": "https://github.com/podman-desktop/podman-desktop",
"publishConfig": {
"provenance": true,
"access": "public"
},
"main": "dist/index.js",
"files": [
"dist",
"!dist/specs/*",
"!dist/setupFiles/extended-hooks.*"
],
"license": "Apache-2.0",
"scripts": {
"build": "vite build",
"package": "npm run build && npm link && npm pack",
"test": "echo \"Error: no test specified\" && exit 1",
"publish:next": "pnpm publish --registry=https://registry.npmjs.org/ --no-git-tag-version --new-version 0.0.1-\"$(date +%s)\""
},
"devDependencies": {
"@playwright/test": "1.54.2",
"@types/node": "^22",
"electron": "37.2.5",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}