mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: roll test runner to tot (#17351)
This commit is contained in:
parent
58873908ba
commit
016883602d
@ -5,16 +5,16 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@playwright/test": "1.26.0-alpha-sep-7-2022"
|
||||
"@playwright/test": "1.27.0-alpha-sep-15-2022"
|
||||
}
|
||||
},
|
||||
"node_modules/@playwright/test": {
|
||||
"version": "1.26.0-alpha-sep-7-2022",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.0-alpha-sep-7-2022.tgz",
|
||||
"integrity": "sha512-tTHg/fv5PDqyoHSJq04yc4B4d17FFXRlYeeOGJtI/Omu1ZIzdgUPH20b0PxxCIv7ZTx+U61dRLKIFeZ1/s6B3Q==",
|
||||
"version": "1.27.0-alpha-sep-15-2022",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.27.0-alpha-sep-15-2022.tgz",
|
||||
"integrity": "sha512-8v6zhbFDpjDgSC74vOZKEUPlsFtU+JhZP1l+FjhY7Tz31/ohwBkXWYtbXl/3a4qD8AqdJ+NJ4RHQx4AkwqNFTA==",
|
||||
"dependencies": {
|
||||
"@types/node": "*",
|
||||
"playwright-core": "1.26.0-alpha-sep-7-2022"
|
||||
"playwright-core": "1.27.0-alpha-sep-15-2022"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
@ -29,9 +29,9 @@
|
||||
"integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA=="
|
||||
},
|
||||
"node_modules/playwright-core": {
|
||||
"version": "1.26.0-alpha-sep-7-2022",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.0-alpha-sep-7-2022.tgz",
|
||||
"integrity": "sha512-cqnlP+2uHl2dwwb6O4iPY/uNLiYwTn+LBCCqRpodUCPW77xMHE5Gw9S8VenuAoSSQ12F0liJA02XzjYZSV8HZw==",
|
||||
"version": "1.27.0-alpha-sep-15-2022",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.27.0-alpha-sep-15-2022.tgz",
|
||||
"integrity": "sha512-QWwYeWoXZaj5cBiR+IE35dXT8QbR6JNftr0yIN9wt0JI7Ju5rnoKJxCCYtIY9drPb+aAXbAC83xV/bt5t6N9fA==",
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
},
|
||||
@ -42,12 +42,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@playwright/test": {
|
||||
"version": "1.26.0-alpha-sep-7-2022",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.0-alpha-sep-7-2022.tgz",
|
||||
"integrity": "sha512-tTHg/fv5PDqyoHSJq04yc4B4d17FFXRlYeeOGJtI/Omu1ZIzdgUPH20b0PxxCIv7ZTx+U61dRLKIFeZ1/s6B3Q==",
|
||||
"version": "1.27.0-alpha-sep-15-2022",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.27.0-alpha-sep-15-2022.tgz",
|
||||
"integrity": "sha512-8v6zhbFDpjDgSC74vOZKEUPlsFtU+JhZP1l+FjhY7Tz31/ohwBkXWYtbXl/3a4qD8AqdJ+NJ4RHQx4AkwqNFTA==",
|
||||
"requires": {
|
||||
"@types/node": "*",
|
||||
"playwright-core": "1.26.0-alpha-sep-7-2022"
|
||||
"playwright-core": "1.27.0-alpha-sep-15-2022"
|
||||
}
|
||||
},
|
||||
"@types/node": {
|
||||
@ -56,9 +56,9 @@
|
||||
"integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA=="
|
||||
},
|
||||
"playwright-core": {
|
||||
"version": "1.26.0-alpha-sep-7-2022",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.0-alpha-sep-7-2022.tgz",
|
||||
"integrity": "sha512-cqnlP+2uHl2dwwb6O4iPY/uNLiYwTn+LBCCqRpodUCPW77xMHE5Gw9S8VenuAoSSQ12F0liJA02XzjYZSV8HZw=="
|
||||
"version": "1.27.0-alpha-sep-15-2022",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.27.0-alpha-sep-15-2022.tgz",
|
||||
"integrity": "sha512-QWwYeWoXZaj5cBiR+IE35dXT8QbR6JNftr0yIN9wt0JI7Ju5rnoKJxCCYtIY9drPb+aAXbAC83xV/bt5t6N9fA=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@playwright/test": "1.26.0-alpha-sep-7-2022"
|
||||
"@playwright/test": "1.27.0-alpha-sep-15-2022"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user