mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: roll test runner to 1.15.0-next-1630432230000 (#8599)
This commit is contained in:
parent
b8f8ca7493
commit
0f34cfe339
15
tests/config/test-runner/package-lock.json
generated
15
tests/config/test-runner/package-lock.json
generated
@ -5,7 +5,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@playwright/test": "=1.15.0-next-alpha-aug-27-2021"
|
||||
"@playwright/test": "=1.15.0-next-1630432230000"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
@ -671,10 +671,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@playwright/test": {
|
||||
"version": "1.15.0-next-alpha-aug-27-2021",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-27-2021.tgz",
|
||||
"integrity": "sha512-UaYDz63+hmge8dhSwoIkUTwLetBe8pyHacuZTOcshsgqWAetCpDKLE8IMDFJA0H0DPJmyUWiOt1rMH3Uh+8gPg==",
|
||||
"version": "1.15.0-next-1630432230000",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-1630432230000.tgz",
|
||||
"integrity": "sha512-E0F+aJTf711wvKM/b63wHLiB3VKhhnq7OhVefl8NaXwovYUw2yIvMnIZ1UMzFq+2A+tRIzBL4/YpqHiGt3iU2w==",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.14.5",
|
||||
"@babel/core": "^7.14.8",
|
||||
@ -2371,9 +2372,9 @@
|
||||
}
|
||||
},
|
||||
"@playwright/test": {
|
||||
"version": "1.15.0-next-alpha-aug-27-2021",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-27-2021.tgz",
|
||||
"integrity": "sha512-UaYDz63+hmge8dhSwoIkUTwLetBe8pyHacuZTOcshsgqWAetCpDKLE8IMDFJA0H0DPJmyUWiOt1rMH3Uh+8gPg==",
|
||||
"version": "1.15.0-next-1630432230000",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-1630432230000.tgz",
|
||||
"integrity": "sha512-E0F+aJTf711wvKM/b63wHLiB3VKhhnq7OhVefl8NaXwovYUw2yIvMnIZ1UMzFq+2A+tRIzBL4/YpqHiGt3iU2w==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.14.5",
|
||||
"@babel/core": "^7.14.8",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@playwright/test": "=1.15.0-next-alpha-aug-27-2021"
|
||||
"@playwright/test": "=1.15.0-next-1630432230000"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user