test: roll test-runner to 0.2.9 (#3753)
This commit is contained in:
parent
175fc52747
commit
42a64048e8
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -1229,9 +1229,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@playwright/test-runner": {
|
"@playwright/test-runner": {
|
||||||
"version": "0.2.8",
|
"version": "0.2.9",
|
||||||
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.2.8.tgz",
|
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.2.9.tgz",
|
||||||
"integrity": "sha512-FmUjAgVzVUhnHgC/j3hYZ5yOAhQXREYQtq0jbaV2oQk1b4KklDxo6lsf1nM2mb2SvBSv/gLbvbnpyciC4T/O7w==",
|
"integrity": "sha512-eFoL7P3Q7+wXMHtirvTeGAs0IG2937mnOnJSvB5Zi7BMier5oPLWcLllQKSEBIE37ZqKXkf4+huUs+Aq6eeAhA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/code-frame": "^7.10.4",
|
"@babel/code-frame": "^7.10.4",
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
"@babel/core": "^7.11.4",
|
"@babel/core": "^7.11.4",
|
||||||
"@babel/preset-env": "^7.11.0",
|
"@babel/preset-env": "^7.11.0",
|
||||||
"@babel/preset-typescript": "^7.10.4",
|
"@babel/preset-typescript": "^7.10.4",
|
||||||
"@playwright/test-runner": "^0.2.8",
|
"@playwright/test-runner": "^0.2.9",
|
||||||
"@types/babel__core": "^7.1.9",
|
"@types/babel__core": "^7.1.9",
|
||||||
"@types/debug": "^4.1.5",
|
"@types/debug": "^4.1.5",
|
||||||
"@types/extract-zip": "^1.6.2",
|
"@types/extract-zip": "^1.6.2",
|
||||||
|
|
|
||||||
|
|
@ -109,9 +109,7 @@ it('should scope browser handles', async ({browserType, defaultBrowserOptions})
|
||||||
const GOLDEN_PRECONDITION = {
|
const GOLDEN_PRECONDITION = {
|
||||||
_guid: '',
|
_guid: '',
|
||||||
objects: [
|
objects: [
|
||||||
{ _guid: 'BrowserType', objects: [
|
{ _guid: 'BrowserType', objects: [] },
|
||||||
{ _guid: 'Browser', objects: [] }
|
|
||||||
] },
|
|
||||||
{ _guid: 'BrowserType', objects: [] },
|
{ _guid: 'BrowserType', objects: [] },
|
||||||
{ _guid: 'BrowserType', objects: [] },
|
{ _guid: 'BrowserType', objects: [] },
|
||||||
{ _guid: 'Playwright', objects: [] },
|
{ _guid: 'Playwright', objects: [] },
|
||||||
|
|
@ -127,11 +125,13 @@ it('should scope browser handles', async ({browserType, defaultBrowserOptions})
|
||||||
_guid: '',
|
_guid: '',
|
||||||
objects: [
|
objects: [
|
||||||
{ _guid: 'BrowserType', objects: [
|
{ _guid: 'BrowserType', objects: [
|
||||||
{ _guid: 'Browser', objects: [
|
{
|
||||||
{ _guid: 'BrowserContext', objects: [] }
|
_guid: 'Browser', objects: [
|
||||||
] },
|
{ _guid: 'BrowserContext', objects: [] }
|
||||||
{ _guid: 'Browser', objects: [] },
|
]
|
||||||
] },
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
{ _guid: 'BrowserType', objects: [] },
|
{ _guid: 'BrowserType', objects: [] },
|
||||||
{ _guid: 'BrowserType', objects: [] },
|
{ _guid: 'BrowserType', objects: [] },
|
||||||
{ _guid: 'Playwright', objects: [] },
|
{ _guid: 'Playwright', objects: [] },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue