mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: move screencast test to CDP and skip for Firefox (#11859)
This commit is contained in:
parent
8bd1a53697
commit
7d1541de68
@ -297,7 +297,7 @@
|
||||
"testIdPattern": "[screencast.spec] *",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
"parameters": ["firefox"],
|
||||
"expectations": ["FAIL"]
|
||||
"expectations": ["SKIP"]
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[screenshot.spec] *",
|
||||
@ -1080,13 +1080,7 @@
|
||||
"testIdPattern": "[prerender.spec] Prerender can screencast",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
"parameters": ["firefox"],
|
||||
"expectations": ["FAIL"]
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[prerender.spec] Prerender can screencast",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
"parameters": ["headless"],
|
||||
"expectations": ["FAIL", "PASS"]
|
||||
"expectations": ["SKIP"]
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[proxy.spec] *",
|
||||
@ -1812,6 +1806,12 @@
|
||||
"parameters": ["chrome", "webDriverBiDi"],
|
||||
"expectations": ["FAIL", "PASS"]
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[debugInfo.spec] DebugInfo Browser.debugInfo should work",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
"parameters": ["cdp", "firefox"],
|
||||
"expectations": ["FAIL", "PASS"]
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[defaultbrowsercontext.spec] DefaultBrowserContext page.cookies() should work",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
|
@ -8,8 +8,8 @@ import {statSync} from 'fs';
|
||||
|
||||
import expect from 'expect';
|
||||
|
||||
import {getTestState, setupTestBrowserHooks} from './mocha-utils.js';
|
||||
import {getUniqueVideoFilePlaceholder} from './utils.js';
|
||||
import {getTestState, setupTestBrowserHooks} from '../mocha-utils.js';
|
||||
import {getUniqueVideoFilePlaceholder} from '../utils.js';
|
||||
|
||||
describe('Screencasts', function () {
|
||||
setupTestBrowserHooks();
|
Loading…
Reference in New Issue
Block a user