test: roll test-runner to 1.13.0-next-1626706866000 (#7719)
This commit is contained in:
parent
d5bb8a327b
commit
642d6d4459
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.13.0-next-1625774143000"
|
||||
"@playwright/test": "=1.13.0-next-1626706866000"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
|
|
@ -633,9 +633,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@playwright/test": {
|
||||
"version": "1.13.0-next-1625774143000",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-1625774143000.tgz",
|
||||
"integrity": "sha512-DBMLRrfwspj+cerloIWwB/S9X20KMbZ6Sj3KISeh+YWO2P02jFkJQ54VGJZx08Q5I1J9/WepYuPHZPSI8G3vew==",
|
||||
"version": "1.13.0-next-1626706866000",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-1626706866000.tgz",
|
||||
"integrity": "sha512-dhvwfrDMpjvlvRmHFCvx4li4/+9hshzG+H5pQpXPY3pW+0S8zmPWfOl6WU4ivceLqZ3YQ1ScdEUA1dE3QXGEIA==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.12.13",
|
||||
|
|
@ -2392,9 +2392,9 @@
|
|||
}
|
||||
},
|
||||
"@playwright/test": {
|
||||
"version": "1.13.0-next-1625774143000",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-1625774143000.tgz",
|
||||
"integrity": "sha512-DBMLRrfwspj+cerloIWwB/S9X20KMbZ6Sj3KISeh+YWO2P02jFkJQ54VGJZx08Q5I1J9/WepYuPHZPSI8G3vew==",
|
||||
"version": "1.13.0-next-1626706866000",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-1626706866000.tgz",
|
||||
"integrity": "sha512-dhvwfrDMpjvlvRmHFCvx4li4/+9hshzG+H5pQpXPY3pW+0S8zmPWfOl6WU4ivceLqZ3YQ1ScdEUA1dE3QXGEIA==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.12.13",
|
||||
"@babel/core": "^7.14.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@playwright/test": "=1.13.0-next-1625774143000"
|
||||
"@playwright/test": "=1.13.0-next-1626706866000"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue