chore: roll test runner to ToT (#8291)

This commit is contained in:
Pavel Feldman 2021-08-18 14:32:36 -07:00 committed by GitHub
parent ee9863387b
commit 4d7956c70b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"@playwright/test": "=1.15.0-next-1628784536000"
"@playwright/test": "=1.15.0-next-alpha-aug-18-2021"
}
},
"node_modules/@babel/code-frame": {
@ -671,9 +671,9 @@
}
},
"node_modules/@playwright/test": {
"version": "1.15.0-next-1628784536000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-1628784536000.tgz",
"integrity": "sha512-oYArjbec4K/nmz04s8QEOTa7lLOmXGWaLGD5uklQJ6+q3iKZndAFoo044jPJlK9djaXwfmrxQsrtEbDqCS4L9g==",
"version": "1.15.0-next-alpha-aug-18-2021",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-18-2021.tgz",
"integrity": "sha512-OGP71B75FGkYWI+NIhNjst8FBkjS2mPy+9nOrQBvEohnMgMOaEa+g1UUHBJvbyu9arZ+RorIrZ7YlhAcjosjpg==",
"hasInstallScript": true,
"dependencies": {
"@babel/code-frame": "^7.14.5",
@ -2371,9 +2371,9 @@
}
},
"@playwright/test": {
"version": "1.15.0-next-1628784536000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-1628784536000.tgz",
"integrity": "sha512-oYArjbec4K/nmz04s8QEOTa7lLOmXGWaLGD5uklQJ6+q3iKZndAFoo044jPJlK9djaXwfmrxQsrtEbDqCS4L9g==",
"version": "1.15.0-next-alpha-aug-18-2021",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-18-2021.tgz",
"integrity": "sha512-OGP71B75FGkYWI+NIhNjst8FBkjS2mPy+9nOrQBvEohnMgMOaEa+g1UUHBJvbyu9arZ+RorIrZ7YlhAcjosjpg==",
"requires": {
"@babel/code-frame": "^7.14.5",
"@babel/core": "^7.14.8",

View file

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