test: roll test runner to 1.15.0-next-1630432230000 (#8599)

This commit is contained in:
Dmitry Gozman 2021-08-31 17:06:32 -07:00 committed by GitHub
parent b8f8ca7493
commit 0f34cfe339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View File

@ -5,7 +5,7 @@
"packages": { "packages": {
"": { "": {
"dependencies": { "dependencies": {
"@playwright/test": "=1.15.0-next-alpha-aug-27-2021" "@playwright/test": "=1.15.0-next-1630432230000"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@ -671,10 +671,11 @@
} }
}, },
"node_modules/@playwright/test": { "node_modules/@playwright/test": {
"version": "1.15.0-next-alpha-aug-27-2021", "version": "1.15.0-next-1630432230000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-27-2021.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-1630432230000.tgz",
"integrity": "sha512-UaYDz63+hmge8dhSwoIkUTwLetBe8pyHacuZTOcshsgqWAetCpDKLE8IMDFJA0H0DPJmyUWiOt1rMH3Uh+8gPg==", "integrity": "sha512-E0F+aJTf711wvKM/b63wHLiB3VKhhnq7OhVefl8NaXwovYUw2yIvMnIZ1UMzFq+2A+tRIzBL4/YpqHiGt3iU2w==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.14.5", "@babel/code-frame": "^7.14.5",
"@babel/core": "^7.14.8", "@babel/core": "^7.14.8",
@ -2371,9 +2372,9 @@
} }
}, },
"@playwright/test": { "@playwright/test": {
"version": "1.15.0-next-alpha-aug-27-2021", "version": "1.15.0-next-1630432230000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-27-2021.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-1630432230000.tgz",
"integrity": "sha512-UaYDz63+hmge8dhSwoIkUTwLetBe8pyHacuZTOcshsgqWAetCpDKLE8IMDFJA0H0DPJmyUWiOt1rMH3Uh+8gPg==", "integrity": "sha512-E0F+aJTf711wvKM/b63wHLiB3VKhhnq7OhVefl8NaXwovYUw2yIvMnIZ1UMzFq+2A+tRIzBL4/YpqHiGt3iU2w==",
"requires": { "requires": {
"@babel/code-frame": "^7.14.5", "@babel/code-frame": "^7.14.5",
"@babel/core": "^7.14.8", "@babel/core": "^7.14.8",

View File

@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"dependencies": { "dependencies": {
"@playwright/test": "=1.15.0-next-alpha-aug-27-2021" "@playwright/test": "=1.15.0-next-1630432230000"
} }
} }