podman-desktop/website-argos/package.json
dependabot[bot] e8a4f4c618
chore(deps-dev): bump @argos-ci/playwright from 3.7.2 to 3.9.0 (#9630)
Bumps [@argos-ci/playwright](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/playwright) from 3.7.2 to 3.9.0.
- [Release notes](https://github.com/argos-ci/argos-javascript/releases)
- [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/playwright/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/playwright@3.9.0/packages/playwright)

---
updated-dependencies:
- dependency-name: "@argos-ci/playwright"
  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>
2024-10-28 08:36:54 +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.4.6",
"@argos-ci/playwright": "^3.9.0",
"@playwright/test": "1.48.1",
"cheerio": "^1.0.0"
}
}