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": {
|
"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",
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user