You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Browser specs Browser.screens should return default screen info",
4
+
"Browser specs Browser.add|removeScreen should add and remove a screen",
5
+
"Browser specs Browser.get|setWindowBounds should set and get browser window maximized state",
6
+
"BrowserContext BrowserContext.setPermission should support * as origin",
7
+
"Heap Snapshot should capture heap snapshot",
8
+
"Network Restrictions blocklist validation \"before all\" hook for \"should block page.goto when the destination is in the blocklist\"",
9
+
"Network Restrictions blocklist validation \"after all\" hook for \"should block out-of-process iframe (OOPIF) content from loading if the iframe URL is in the blocklist\"",
10
+
"Network Restrictions allowlist validation \"before all\" hook for \"should only allow navigation to URLs in the allowlist\"",
11
+
"Network Restrictions allowlist validation \"after all\" hook for \"should block page.emulateNetworkConditions reset when allowlist is active\"",
12
+
"Network Restrictions PWA validation blocklist \"before all\" hook for \"should throw when calling PWA APIs\"",
13
+
"Network Restrictions PWA validation blocklist \"after all\" hook for \"should throw when calling PWA APIs\"",
14
+
"Network Restrictions PWA validation allowlist \"before all\" hook for \"should throw when calling PWA APIs\"",
15
+
"Network Restrictions PWA validation allowlist \"after all\" hook for \"should throw when calling PWA APIs\"",
16
+
"Page.pdf can print to PDF with accessible",
17
+
"Page.pdf can print to PDF with outline",
18
+
"TargetManager should handle targets",
19
+
"Page.webmcp should list tools",
20
+
"Page.webmcp should fire toolsadded events",
21
+
"Page.webmcp should fire toolsremoved events",
22
+
"Page.webmcp should remove tools on frame navigation",
23
+
"Page.webmcp should handle multiple navigations and report tools correctly",
24
+
"Page.webmcp should not reset tools on same-document navigation",
25
+
"Page.webmcp should fire toolinvoked events",
26
+
"Page.webmcp should fire toolresponded event with success",
27
+
"Page.webmcp should fire toolresponded event with exception",
28
+
"Page.webmcp should fire toolresponded event with errorText",
29
+
"Page.webmcp should invoke tool",
30
+
"Page.webmcp should cancel tool execution",
31
+
"Page.webmcp should cancel tool execution with already aborted signal",
32
+
"Page.webmcp should emit issue event from WebMCP form missing tooldescription",
33
+
"console should work for Error instances",
34
+
"console should return the first line of the error message in text()",
35
+
"console should return remote objects",
36
+
"Coverage specs JSCoverage should ignore pptr internal scripts if reportAnonymousScripts is true",
37
+
"Fixtures should close the browser when the node process closes",
38
+
"Frame specs Frame Management should support framesets",
39
+
"Frame specs Frame Management should support lazy frames",
40
+
"JSHandle Page.evaluateHandle should return the RemoteObject",
41
+
"Keyboard should type into a textarea",
42
+
"Keyboard should move with the arrow keys",
43
+
"Keyboard should trigger commands of keyboard shortcuts",
44
+
"Keyboard should send a character with ElementHandle.press",
45
+
"Keyboard ElementHandle.press should not support |text| option",
46
+
"Keyboard should send a character with sendCharacter",
47
+
"Launcher specs Puppeteer Puppeteer.connect should support targetFilter option in puppeteer.launch",
48
+
"Launcher specs Puppeteer Puppeteer.connect should support targetFilter option",
49
+
"navigation Page.goto should send referer",
50
+
"network Response.text should throw when requesting body of redirected response",
51
+
"network Response.text should wait until response completes",
52
+
"network Response.remoteAddress should work",
53
+
"network Response.remoteAddress should support redirects",
54
+
"OOPIF should load oopif iframes with subresources and request interception",
55
+
"OOPIF should support lazy OOP frames",
56
+
"Page Page.Events.PageError should fire for all value types",
57
+
"Page Page.addScriptTag should throw when added with content to the CSP page",
58
+
"Page Page.resize should resize the browser window to fit page content",
59
+
"Page Page.resize should resize the browser window to fit page content when fullscreen",
60
+
"cooperative request interception Page.setRequestInterception should be abortable with custom error codes",
61
+
"request interception Page.setRequestInterception should work with keep alive redirects",
62
+
"request interception Page.setRequestInterception should work with requests without networkId",
63
+
"request interception Page.setRequestInterception should be abortable with custom error codes",
64
+
"Target page should return tab target id",
65
+
"Workers can be closed",
66
+
"Workers console should return remote objects"
67
+
],
68
+
"pending": [
69
+
"Accessibility get snapshots while the tree is re-calculated",
70
+
"Accessibility loaderId should match loaderId for iframes",
71
+
"BFCache can navigate to a BFCached page",
72
+
"BFCache can call a function exposed on a page restored from bfcache",
73
+
"BFCache can navigate to a BFCached page containing an OOPIF and a worker",
74
+
"DevTools target.page() should return a DevTools page if custom isPageTarget is provided",
75
+
"DevTools browser.pages() should return a DevTools page if handleDevToolsAsPage is provided in connect()",
76
+
"DevTools browser.pages() should return a DevTools page if handleDevToolsAsPage is provided in launch()",
77
+
"DevTools target.page() should return Page when calling asPage on DevTools target",
78
+
"DevTools should open devtools when \"devtools: true\" option is given",
79
+
"DevTools should expose DevTools as a page",
80
+
"DevTools should support opening DevTools on a page",
81
+
"DevTools should return same object when calling openDevTools twice",
82
+
"DevTools hasDevTools should report correctly after DevTools is opened",
83
+
"DevTools hasDevTools should report when DevTools is attached by default",
84
+
"DevTools hasDevTools should report when DevTools has been attached to a page with devtools:false",
85
+
"extensions service_worker target type should be available",
86
+
"extensions can evaluate in the service worker",
87
+
"extensions should list extensions and their properties",
88
+
"extensions should list extension workers",
89
+
"extensions should trigger extension action",
90
+
"extensions should list extension pages",
91
+
"extensions should capture console logs from extension pages",
92
+
"extensions should capture console logs from extension workers",
93
+
"extensions should remove extension from list after uninstall",
94
+
"extensions should be available in Incognito profiles if enabledInIncognito is true",
95
+
"Network Restrictions should throw an error for an invalid pattern",
96
+
"Network Restrictions should block chrome://version/ when it matches blocklist",
97
+
"Puppeteer.launch should support the pipe option",
98
+
"Puppeteer.launch should support the pipe argument",
99
+
"Puppeteer.launch should fire \"disconnected\" when closing with pipe",
100
+
"Prerender can navigate to a prerendered page via input",
101
+
"Prerender can navigate to a prerendered page via Locator",
102
+
"Prerender can navigate to a prerendered page via Puppeteer",
103
+
"Prerender can screencast",
104
+
"Prerender via frame can navigate to a prerendered page via input",
105
+
"Prerender via frame can navigate to a prerendered page via Puppeteer",
106
+
"Prerender with network requests can receive requests from the prerendered page",
107
+
"Prerender with emulation can configure viewport for prerendered pages",
108
+
"PWA installs and uninstalls a PWA",
109
+
"PWA launches an installed PWA and returns its Page",
110
+
"PWA launches an installed PWA at an explicit url",
111
+
"PWA installs a PWA with a standalone display mode",
112
+
"extension realms should include content script realms",
113
+
"extension realms realm should return extension that created it",
114
+
"extension realms should evaluate in content script realms",
115
+
"Screencasts Page.screencast should work",
116
+
"Screencasts Page.screencast should work concurrently",
117
+
"Screencasts Page.screencast should validate options",
118
+
"userDataDir should not launch the browser twice with the same userDataDir with pipe=true",
119
+
"console should trigger correct Log",
120
+
"console should have location when fetch fails",
121
+
"Coverage specs JSCoverage should not hang when there is a debugger statement",
122
+
"Legacy Drag n' Drop should emit a dragIntercepted event when dragged",
123
+
"Legacy Drag n' Drop should emit a dragEnter",
124
+
"Legacy Drag n' Drop should emit a dragOver event",
125
+
"Legacy Drag n' Drop can be dropped",
126
+
"Legacy Drag n' Drop can be dragged and dropped with a single function",
127
+
"headful tests HEADFUL headless should be able to read cookies written by headful",
128
+
"Launcher specs Browser.Events.disconnected should be emitted when: browser gets closed, disconnected or underlying websocket gets closed",
0 commit comments