mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: roll test runner to tot (#7912)
This commit is contained in:
parent
1807142eb7
commit
07c1c4bfb1
16
tests/config/test-runner/package-lock.json
generated
16
tests/config/test-runner/package-lock.json
generated
@ -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",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@playwright/test": "=1.14.0-next-1627512284000"
|
||||
"@playwright/test": "=1.14.0-next-1627569199000"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user