playwright: Bump Playwright to 1.51.1

Bump Playwright to a newer version so we can use step.skip feature
This commit is contained in:
Tom Koscielniak 2025-04-14 11:20:17 +02:00 committed by Klara Simickova
parent 0bddb80e94
commit 7a839d0d3c
3 changed files with 26 additions and 14 deletions

34
package-lock.json generated
View file

@ -38,7 +38,7 @@
"@babel/preset-typescript": "7.26.0", "@babel/preset-typescript": "7.26.0",
"@currents/playwright": "1.12.0", "@currents/playwright": "1.12.0",
"@patternfly/react-icons": "5.4.2", "@patternfly/react-icons": "5.4.2",
"@playwright/test": "1.50.1", "@playwright/test": "1.51.1",
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "2.0.12", "@redhat-cloud-services/eslint-config-redhat-cloud-services": "2.0.12",
"@redhat-cloud-services/frontend-components-config": "6.3.8", "@redhat-cloud-services/frontend-components-config": "6.3.8",
"@redhat-cloud-services/tsc-transform-imports": "1.0.23", "@redhat-cloud-services/tsc-transform-imports": "1.0.23",
@ -3524,11 +3524,13 @@
} }
}, },
"node_modules/@playwright/test": { "node_modules/@playwright/test": {
"version": "1.50.1", "version": "1.51.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.51.1.tgz",
"integrity": "sha512-nM+kEaTSAoVlXmMPH10017vn3FSiFqr/bh4fKg9vmAdMfd9SDqRZNvPSiAHADc/itWak+qPvMPZQOPwCBW7k7Q==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"playwright": "1.50.1" "playwright": "1.51.1"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@ -14601,11 +14603,13 @@
} }
}, },
"node_modules/playwright": { "node_modules/playwright": {
"version": "1.50.1", "version": "1.51.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.51.1.tgz",
"integrity": "sha512-kkx+MB2KQRkyxjYPc3a0wLZZoDczmppyGJIvQ43l+aZihkaVvmu/21kiyaHeHjiFxjxNNFnUncKmcGIyOojsaw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"playwright-core": "1.50.1" "playwright-core": "1.51.1"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@ -14618,7 +14622,9 @@
} }
}, },
"node_modules/playwright-core": { "node_modules/playwright-core": {
"version": "1.50.1", "version": "1.51.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.51.1.tgz",
"integrity": "sha512-/crRMj8+j/Nq5s8QcvegseuyeZPxpQCZb6HNk3Sos3BlZyAknRjoyJPFWkpNn8v0+P3WiwqFF8P+zQo4eqiNuw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
@ -21424,10 +21430,12 @@
"optional": true "optional": true
}, },
"@playwright/test": { "@playwright/test": {
"version": "1.50.1", "version": "1.51.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.51.1.tgz",
"integrity": "sha512-nM+kEaTSAoVlXmMPH10017vn3FSiFqr/bh4fKg9vmAdMfd9SDqRZNvPSiAHADc/itWak+qPvMPZQOPwCBW7k7Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"playwright": "1.50.1" "playwright": "1.51.1"
} }
}, },
"@pmmmwh/react-refresh-webpack-plugin": { "@pmmmwh/react-refresh-webpack-plugin": {
@ -28392,11 +28400,13 @@
} }
}, },
"playwright": { "playwright": {
"version": "1.50.1", "version": "1.51.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.51.1.tgz",
"integrity": "sha512-kkx+MB2KQRkyxjYPc3a0wLZZoDczmppyGJIvQ43l+aZihkaVvmu/21kiyaHeHjiFxjxNNFnUncKmcGIyOojsaw==",
"dev": true, "dev": true,
"requires": { "requires": {
"fsevents": "2.3.2", "fsevents": "2.3.2",
"playwright-core": "1.50.1" "playwright-core": "1.51.1"
}, },
"dependencies": { "dependencies": {
"fsevents": { "fsevents": {
@ -28409,7 +28419,9 @@
} }
}, },
"playwright-core": { "playwright-core": {
"version": "1.50.1", "version": "1.51.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.51.1.tgz",
"integrity": "sha512-/crRMj8+j/Nq5s8QcvegseuyeZPxpQCZb6HNk3Sos3BlZyAknRjoyJPFWkpNn8v0+P3WiwqFF8P+zQo4eqiNuw==",
"dev": true "dev": true
}, },
"pluralize": { "pluralize": {

View file

@ -35,7 +35,7 @@
"@babel/preset-react": "7.26.3", "@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0", "@babel/preset-typescript": "7.26.0",
"@patternfly/react-icons": "5.4.2", "@patternfly/react-icons": "5.4.2",
"@playwright/test": "1.50.1", "@playwright/test": "1.51.1",
"@currents/playwright": "1.12.0", "@currents/playwright": "1.12.0",
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "2.0.12", "@redhat-cloud-services/eslint-config-redhat-cloud-services": "2.0.12",
"@redhat-cloud-services/frontend-components-config": "6.3.8", "@redhat-cloud-services/frontend-components-config": "6.3.8",

View file

@ -80,5 +80,5 @@ sudo podman run \
--privileged \ --privileged \
--rm \ --rm \
--init \ --init \
mcr.microsoft.com/playwright:v1.50.1-noble \ mcr.microsoft.com/playwright:v1.51.1-noble \
/bin/sh -c "cd tests && npx -y playwright@1.50.1 test" /bin/sh -c "cd tests && npx -y playwright@1.51.1 test"