mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
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>
15 lines
338 B
JSON
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"
|
|
}
|
|
}
|