mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
chore: roll test runner to ToT (#8063)
This commit is contained in:
parent
b1dc84c953
commit
559d6242f0
14
tests/config/test-runner/package-lock.json
generated
14
tests/config/test-runner/package-lock.json
generated
@ -5,7 +5,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@playwright/test": "=1.14.0-next-alpha-aug-6-2021"
|
||||
"@playwright/test": "=1.14.0-next-1628307477000"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
@ -671,9 +671,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@playwright/test": {
|
||||
"version": "1.14.0-next-alpha-aug-6-2021",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-alpha-aug-6-2021.tgz",
|
||||
"integrity": "sha512-+k6I2/exEktfb+lkbiaPrAstv+jVeK9UsREXpFOL54LDs6trO+UVKWwF+OqqSTkFrTsxiIqss6QIySQgcTLyRA==",
|
||||
"version": "1.14.0-next-1628307477000",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-1628307477000.tgz",
|
||||
"integrity": "sha512-esI7JS6We9++lY+zX49Q06ctbdAsNiTARDFThU4Cdp5NEUKFtfzjV9ItbOWzMUJKDXRSDNZ1VMSay6x5DWokKQ==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.14.5",
|
||||
@ -2371,9 +2371,9 @@
|
||||
}
|
||||
},
|
||||
"@playwright/test": {
|
||||
"version": "1.14.0-next-alpha-aug-6-2021",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-alpha-aug-6-2021.tgz",
|
||||
"integrity": "sha512-+k6I2/exEktfb+lkbiaPrAstv+jVeK9UsREXpFOL54LDs6trO+UVKWwF+OqqSTkFrTsxiIqss6QIySQgcTLyRA==",
|
||||
"version": "1.14.0-next-1628307477000",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-1628307477000.tgz",
|
||||
"integrity": "sha512-esI7JS6We9++lY+zX49Q06ctbdAsNiTARDFThU4Cdp5NEUKFtfzjV9ItbOWzMUJKDXRSDNZ1VMSay6x5DWokKQ==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.14.5",
|
||||
"@babel/core": "^7.14.8",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@playwright/test": "=1.14.0-next-alpha-aug-6-2021"
|
||||
"@playwright/test": "=1.14.0-next-1628307477000"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user