mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.59.0 to 1.59.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.59.0...v1.59.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.59.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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": "^4.1.4",
|
|
"@argos-ci/playwright": "^6.6.1",
|
|
"@playwright/test": "1.59.1",
|
|
"cheerio": "^1.2.0"
|
|
}
|
|
}
|