podman-desktop/website-argos/package.json
dependabot[bot] e47eb62b12 chore(deps-dev): bump @playwright/test from 1.51.0 to 1.51.1
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.51.0 to 1.51.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.51.0...v1.51.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-18 07:52:27 +01:00

15 lines
338 B
JSON

{
"name": "website-argos",
"version": "0.0.0",
"private": true,
"scripts": {
"screenshot": "playwright test",
"upload": "npx @argos-ci/cli upload ./screenshots"
},
"devDependencies": {
"@argos-ci/cli": "^2.5.5",
"@argos-ci/playwright": "^4.1.0",
"@playwright/test": "1.51.1",
"cheerio": "^1.0.0"
}
}