chore: roll test runner to ToT (#8025)
This commit is contained in:
parent
a8d49fc1f4
commit
efb4af8489
14
tests/config/test-runner/package-lock.json
generated
14
tests/config/test-runner/package-lock.json
generated
|
|
@ -5,7 +5,7 @@
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@playwright/test": "=1.14.0-next-1628029791000"
|
"@playwright/test": "=1.14.0-next-alpha-aug-6-2021"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/code-frame": {
|
"node_modules/@babel/code-frame": {
|
||||||
|
|
@ -671,9 +671,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@playwright/test": {
|
"node_modules/@playwright/test": {
|
||||||
"version": "1.14.0-next-1628029791000",
|
"version": "1.14.0-next-alpha-aug-6-2021",
|
||||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-1628029791000.tgz",
|
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-alpha-aug-6-2021.tgz",
|
||||||
"integrity": "sha512-UHywUZQnW4qkbA1WhvQknDyfuyvrRSO4jcshugIWqTXPrVTPx87/323QPtSMFkMpvHeIUHjLo2KP3S4HGXnbTw==",
|
"integrity": "sha512-+k6I2/exEktfb+lkbiaPrAstv+jVeK9UsREXpFOL54LDs6trO+UVKWwF+OqqSTkFrTsxiIqss6QIySQgcTLyRA==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.14.5",
|
"@babel/code-frame": "^7.14.5",
|
||||||
|
|
@ -2371,9 +2371,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@playwright/test": {
|
"@playwright/test": {
|
||||||
"version": "1.14.0-next-1628029791000",
|
"version": "1.14.0-next-alpha-aug-6-2021",
|
||||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-1628029791000.tgz",
|
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-alpha-aug-6-2021.tgz",
|
||||||
"integrity": "sha512-UHywUZQnW4qkbA1WhvQknDyfuyvrRSO4jcshugIWqTXPrVTPx87/323QPtSMFkMpvHeIUHjLo2KP3S4HGXnbTw==",
|
"integrity": "sha512-+k6I2/exEktfb+lkbiaPrAstv+jVeK9UsREXpFOL54LDs6trO+UVKWwF+OqqSTkFrTsxiIqss6QIySQgcTLyRA==",
|
||||||
"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.14.0-next-1628029791000"
|
"@playwright/test": "=1.14.0-next-alpha-aug-6-2021"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue