chore: roll test runner to tot (#7912)

This commit is contained in:
Pavel Feldman 2021-07-29 09:42:42 -07:00 committed by GitHub
parent 1807142eb7
commit 07c1c4bfb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

View File

@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"@playwright/test": "=1.14.0-next-1627512284000"
"@playwright/test": "=1.14.0-next-1627569199000"
}
},
"node_modules/@babel/code-frame": {
@ -671,9 +671,11 @@
}
},
"node_modules/@playwright/test": {
"version": "1.14.0-next-1627512284000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-1627512284000.tgz",
"integrity": "sha512-ML7m+K+FSHzgJg1ej3kykFoVFdXxot1Rhw8skUM6uEeq9zgsO2cDqO5koUVYQWUx8bKyTujH/ptzhqO/h41U8Q==",
"version": "1.14.0-next-1627569199000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-1627569199000.tgz",
"integrity": "sha512-MSe++ruBAUL72+mguAxei4nML4aGZzMFN1hk1pEJJ9ayAgT1JHt4je5pI6+4DtX5Jtp2gb8ehgB9/9kakjv3DA==",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@babel/code-frame": "^7.12.13",
"@babel/core": "^7.14.0",
@ -2370,9 +2372,9 @@
}
},
"@playwright/test": {
"version": "1.14.0-next-1627512284000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-1627512284000.tgz",
"integrity": "sha512-ML7m+K+FSHzgJg1ej3kykFoVFdXxot1Rhw8skUM6uEeq9zgsO2cDqO5koUVYQWUx8bKyTujH/ptzhqO/h41U8Q==",
"version": "1.14.0-next-1627569199000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-1627569199000.tgz",
"integrity": "sha512-MSe++ruBAUL72+mguAxei4nML4aGZzMFN1hk1pEJJ9ayAgT1JHt4je5pI6+4DtX5Jtp2gb8ehgB9/9kakjv3DA==",
"requires": {
"@babel/code-frame": "^7.12.13",
"@babel/core": "^7.14.0",

View File

@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@playwright/test": "=1.14.0-next-1627512284000"
"@playwright/test": "=1.14.0-next-1627569199000"
}
}