test: roll test-runner to 0.2.9 (#3753)

This commit is contained in:
Pavel Feldman 2020-09-02 23:22:23 -07:00 committed by GitHub
parent 175fc52747
commit 42a64048e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

6
package-lock.json generated
View file

@ -1229,9 +1229,9 @@
}
},
"@playwright/test-runner": {
"version": "0.2.8",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.2.8.tgz",
"integrity": "sha512-FmUjAgVzVUhnHgC/j3hYZ5yOAhQXREYQtq0jbaV2oQk1b4KklDxo6lsf1nM2mb2SvBSv/gLbvbnpyciC4T/O7w==",
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.2.9.tgz",
"integrity": "sha512-eFoL7P3Q7+wXMHtirvTeGAs0IG2937mnOnJSvB5Zi7BMier5oPLWcLllQKSEBIE37ZqKXkf4+huUs+Aq6eeAhA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",

View file

@ -54,7 +54,7 @@
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@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/debug": "^4.1.5",
"@types/extract-zip": "^1.6.2",

View file

@ -109,9 +109,7 @@ it('should scope browser handles', async ({browserType, defaultBrowserOptions})
const GOLDEN_PRECONDITION = {
_guid: '',
objects: [
{ _guid: 'BrowserType', objects: [
{ _guid: 'Browser', objects: [] }
] },
{ _guid: 'BrowserType', objects: [] },
{ _guid: 'BrowserType', objects: [] },
{ _guid: 'BrowserType', objects: [] },
{ _guid: 'Playwright', objects: [] },
@ -127,11 +125,13 @@ it('should scope browser handles', async ({browserType, defaultBrowserOptions})
_guid: '',
objects: [
{ _guid: 'BrowserType', objects: [
{ _guid: 'Browser', objects: [
{ _guid: 'BrowserContext', objects: [] }
] },
{ _guid: 'Browser', objects: [] },
] },
{
_guid: 'Browser', objects: [
{ _guid: 'BrowserContext', objects: [] }
]
},
]
},
{ _guid: 'BrowserType', objects: [] },
{ _guid: 'BrowserType', objects: [] },
{ _guid: 'Playwright', objects: [] },