1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240library/browsercontext-add-cookies.spec.ts › should set cookies with SameSite attribute and no secure attribute [fail]
library/browsercontext-basic.spec.ts › fetch with keepalive should throw when offline [fail]
library/browsercontext-basic.spec.ts › should close all belonging pages once closing context [fail]
library/browsercontext-basic.spec.ts › should disable javascript [fail]
library/browsercontext-basic.spec.ts › should emulate media in cross-process iframe [fail]
library/browsercontext-basic.spec.ts › should emulate media in popup [fail]
library/browsercontext-basic.spec.ts › should emulate navigator.onLine [fail]
library/browsercontext-basic.spec.ts › should emulate offline event [fail]
library/browsercontext-basic.spec.ts › should work with offline option [fail]
library/browsercontext-cookies-third-party.spec.ts › add 'Partitioned;' cookie via API [fail]
library/browsercontext-cookies-third-party.spec.ts › same origin third party 'Partitioned;' cookie with different origin intermediate iframe [fail]
library/browsercontext-cookies-third-party.spec.ts › save/load third party non-partitioned cookies [fail]
library/browsercontext-cookies-third-party.spec.ts › should be able to send third party cookies via an iframe [fail]
library/browsercontext-cookies-third-party.spec.ts › third party 'Partitioned;' cookies [fail]
library/browsercontext-cookies-third-party.spec.ts › third party non-partitioned cookies [fail]
library/browsercontext-cookies-third-party.spec.ts › top level 'Partitioned;' cookie and same origin iframe [fail]
library/browsercontext-cookies.spec.ts › should support requestStorageAccess [fail]
library/browsercontext-credentials.spec.ts › should fail without credentials [timeout]
library/browsercontext-credentials.spec.ts › should work with setHTTPCredentials [timeout]
library/browsercontext-csp.spec.ts › should bypass after cross-process navigation [fail]
library/browsercontext-csp.spec.ts › should bypass CSP header [fail]
library/browsercontext-csp.spec.ts › should bypass CSP in iframes as well [fail]
library/browsercontext-csp.spec.ts › should bypass CSP meta tag @smoke [fail]
library/browsercontext-events.spec.ts › console event should work with element handles [fail]
library/browsercontext-fetch.spec.ts › should support set-cookie with SameSite and without Secure attribute over HTTP [fail]
library/browsercontext-har.spec.ts › should change document URL after redirected navigation [fail]
library/browsercontext-har.spec.ts › should change document URL after redirected navigation on click [timeout]
library/browsercontext-har.spec.ts › should goBack to redirected navigation [fail]
library/browsercontext-har.spec.ts › should goForward to redirected navigation [fail]
library/browsercontext-har.spec.ts › should record overridden requests to har [fail]
library/browsercontext-har.spec.ts › should reload redirected navigation [fail]
library/browsercontext-har.spec.ts › should round-trip har with postData [fail]
library/browsercontext-locale.spec.ts › should format number in workers [timeout]
library/browsercontext-network-event.spec.ts › should reject response.finished if context closes [timeout]
library/browsercontext-page-event.spec.ts › should have about:blank for empty url with domcontentloaded [timeout]
library/browsercontext-page-event.spec.ts › should have an opener [fail]
library/browsercontext-page-event.spec.ts › should have url [fail]
library/browsercontext-page-event.spec.ts › should report when a new page is created and closed [fail]
library/browsercontext-pages.spec.ts › frame.focus should work multiple times [fail]
library/browsercontext-pages.spec.ts › should click the button with deviceScaleFactor set [fail]
library/browsercontext-reuse.spec.ts › reuse connect › should not cache resources [fail]
library/browsercontext-reuse.spec.ts › reuse connect › should update viewport and media [fail]
library/browsercontext-reuse.spec.ts › reuse launch › should not cache resources [fail]
library/browsercontext-reuse.spec.ts › reuse launch › should update viewport and media [fail]
library/browsercontext-storage-state.spec.ts › should roundtrip local storage in third-party context [fail]
library/browsercontext-storage-state.spec.ts › should set local storage in third-party context [fail]
library/browsercontext-viewport-mobile.spec.ts › mobile viewport › default mobile viewports to 980 width [fail]
library/browsercontext-viewport-mobile.spec.ts › mobile viewport › should be detectable [fail]
library/browsercontext-viewport-mobile.spec.ts › mobile viewport › should detect touch when applying viewport with touches [fail]
library/browsercontext-viewport-mobile.spec.ts › mobile viewport › should emulate the hover media feature [fail]
library/browsercontext-viewport-mobile.spec.ts › mobile viewport › should preserve window.orientation override after navigation [fail]
library/browsercontext-viewport-mobile.spec.ts › mobile viewport › should support touch emulation [fail]
library/browsercontext-viewport-mobile.spec.ts › mobile viewport › should support window.orientation emulation [fail]
library/browsercontext-viewport.spec.ts › should drag with high dpi [fail]
library/browsercontext-viewport.spec.ts › should support touch with null viewport [fail]
library/browsertype-connect.spec.ts › launchServer › should be able to connect 20 times to a single server without warnings [timeout]
library/browsertype-connect.spec.ts › launchServer › should save download [fail]
library/browsertype-connect.spec.ts › launchServer › should saveAs videos from remote browser [timeout]
library/browsertype-connect.spec.ts › run-server › should save download [fail]
library/browsertype-connect.spec.ts › run-server › should saveAs videos from remote browser [timeout]
library/browsertype-launch.spec.ts › should reject if launched browser fails immediately [fail]
library/channels.spec.ts › should work with the domain module [timeout]
library/chromium/chromium.spec.ts › http credentials › httpCredentials [timeout]
library/chromium/chromium.spec.ts › PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 › serviceWorker(), and fromServiceWorker() work [timeout]
library/chromium/chromium.spec.ts › PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 › setExtraHTTPHeaders [timeout]
library/chromium/chromium.spec.ts › PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 › setOffline [timeout]
library/chromium/chromium.spec.ts › PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 › should intercept only serviceworker request, not page [timeout]
library/chromium/chromium.spec.ts › PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 › should intercept service worker importScripts [timeout]
library/chromium/chromium.spec.ts › PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 › should intercept service worker requests (main and within) [timeout]
library/chromium/chromium.spec.ts › PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 › should produce network events, routing, and annotations for Service Worker (advanced) [timeout]
library/chromium/chromium.spec.ts › PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 › should produce network events, routing, and annotations for Service Worker [timeout]
library/chromium/chromium.spec.ts › PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 › should report failure (due to content-type) of main service worker request [timeout]
library/chromium/chromium.spec.ts › PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 › should report failure (due to redirect) of main service worker request [timeout]
library/chromium/chromium.spec.ts › PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 › should report intercepted service worker requests in HAR [timeout]
library/chromium/chromium.spec.ts › serviceWorkers() should return current workers [timeout]
library/chromium/chromium.spec.ts › should close service worker together with the context [timeout]
library/chromium/chromium.spec.ts › should create a worker from a service worker [timeout]
library/chromium/chromium.spec.ts › should create a worker from service worker with noop routing [timeout]
library/chromium/chromium.spec.ts › should emit new service worker on update [timeout]
library/chromium/connect-over-cdp.spec.ts › should send default User-Agent header with connect request [timeout]
library/chromium/connect-over-cdp.spec.ts › should send extra headers with connect request [timeout]
library/chromium/launcher.spec.ts › should report console messages from content script [timeout]
library/chromium/launcher.spec.ts › should return background pages [timeout]
library/chromium/launcher.spec.ts › should return background pages when recording video [timeout]
library/chromium/launcher.spec.ts › should support request/response events when using backgroundPage() [timeout]
library/debug-controller.spec.ts › should allow setting recorder mode only for specific browser [fail]
library/debug-controller.spec.ts › should record [flaky]
library/debug-controller.spec.ts › should work with browser._launchServer [flaky]
library/defaultbrowsercontext-1.spec.ts › should support acceptDownloads option [fail]
library/defaultbrowsercontext-1.spec.ts › should support bypassCSP option [fail]
library/defaultbrowsercontext-1.spec.ts › should support javascriptEnabled option [fail]
library/defaultbrowsercontext-2.spec.ts › should have passed URL when launching with ignoreDefaultArgs: true [timeout]
library/defaultbrowsercontext-2.spec.ts › should support colorScheme option [fail]
library/defaultbrowsercontext-2.spec.ts › should support contrast option [fail]
library/defaultbrowsercontext-2.spec.ts › should support forcedColors option [fail]
library/defaultbrowsercontext-2.spec.ts › should support hasTouch option [fail]
library/defaultbrowsercontext-2.spec.ts › should support reducedMotion option [fail]
library/download.spec.ts › download event › should be able to cancel pending downloads [timeout]
library/download.spec.ts › download event › should create subdirectories when saving to non-existent user-specified path [fail]
library/download.spec.ts › download event › should delete downloads on browser gone [fail]
library/download.spec.ts › download event › should delete downloads on context destruction [fail]
library/download.spec.ts › download event › should delete file [fail]
library/download.spec.ts › download event › should download large binary.zip [fail]
library/download.spec.ts › download event › should emit download event from nested iframes [fail]
library/download.spec.ts › download event › should expose stream [fail]
library/download.spec.ts › download event › should not fail explicitly to cancel a download even if that is already finished [fail]
library/download.spec.ts › download event › should report download path within page.on('download', …) handler for Blobs [timeout]
library/download.spec.ts › download event › should report download path within page.on('download', …) handler for Files [fail]
library/download.spec.ts › download event › should report download when navigation turns into download @smoke [fail]
library/download.spec.ts › download event › should report downloads for download attribute [fail]
library/download.spec.ts › download event › should report downloads with acceptDownloads: true [fail]
library/download.spec.ts › download event › should report downloads with interception [fail]
library/download.spec.ts › download event › should report new window downloads [timeout]
library/download.spec.ts › download event › should report non-navigation downloads [fail]
library/download.spec.ts › download event › should save to overwritten filepath [fail]
library/download.spec.ts › download event › should save to two different paths with multiple saveAs calls [fail]
library/download.spec.ts › download event › should save to user-specified path without updating original path [fail]
library/download.spec.ts › download event › should work with Cross-Origin-Opener-Policy [fail]
library/download.spec.ts › should be able to download a inline PDF file via navigation [timeout]
library/download.spec.ts › should be able to download a inline PDF file via response interception [fail]
library/download.spec.ts › should be able to download a PDF file [fail]
library/download.spec.ts › should download successfully when routing [fail]
library/download.spec.ts › should save to user-specified path [fail]
library/downloads-path.spec.ts › downloads path › should accept downloads in persistent context [fail]
library/downloads-path.spec.ts › downloads path › should delete downloads when context closes [fail]
library/downloads-path.spec.ts › downloads path › should delete downloads when persistent context closes [fail]
library/downloads-path.spec.ts › downloads path › should keep downloadsPath folder [fail]
library/emulation-focus.spec.ts › should focus popups by default [fail]
library/emulation-focus.spec.ts › should focus with more than one page/context [fail]
library/emulation-focus.spec.ts › should think that all pages are focused @smoke [fail]
library/fetch-proxy.spec.ts › context request should pick up proxy credentials [timeout]
library/firefox/launcher.spec.ts › should support custom firefox policies [fail]
library/har.spec.ts › should have connection details [fail]
library/har.spec.ts › should have connection details for failed requests [fail]
library/har.spec.ts › should have connection details for redirects [fail]
library/har.spec.ts › should have security details [fail]
library/har.spec.ts › should include binary postData [fail]
library/har.spec.ts › should include form params [fail]
library/har.spec.ts › should include postData [fail]
library/har.spec.ts › should include set-cookies [fail]
library/har.spec.ts › should include set-cookies with comma [fail]
library/har.spec.ts › should include sizes [fail]
library/har.spec.ts › should report the correct _transferSize with PNG files [fail]
library/har.spec.ts › should return security details directly from response [fail]
library/har.spec.ts › should return server address directly from response [fail]
library/headful.spec.ts › should click bottom row w/ infobar in OOPIF [fail]
library/headful.spec.ts › should click in OOPIF [fail]
library/hit-target.spec.ts › should detect overlaid element in a transformed iframe [fail]
library/inspector/cli-codegen-2.spec.ts › cli codegen › should --test-id-attribute [timeout]
library/inspector/cli-codegen-2.spec.ts › cli codegen › should not clash pages [timeout]
library/inspector/cli-codegen-3.spec.ts › cli codegen › should generate frame locators (1) [timeout]
library/inspector/cli-codegen-3.spec.ts › cli codegen › should generate frame locators (2) [timeout]
library/inspector/cli-codegen-3.spec.ts › cli codegen › should generate frame locators (3) [timeout]
library/inspector/cli-codegen-3.spec.ts › cli codegen › should generate frame locators (4) [timeout]
library/launcher.spec.ts › should throw a friendly error if its headed and there is no xserver on linux running [fail]
library/locator-dispatchevent-touch.spec.ts › should support touch points in touch event arguments [fail]
library/multiclient.spec.ts › last emulateMedia wins [fail]
library/page-clock.spec.ts › popup › should tick after popup [flaky]
library/page-event-crash.spec.ts › should be able to close context when page crashes [timeout]
library/page-event-crash.spec.ts › should cancel navigation when page crashes [timeout]
library/page-event-crash.spec.ts › should cancel waitForEvent when page crashes [timeout]
library/page-event-crash.spec.ts › should emit crash event when page crashes [timeout]
library/page-event-crash.spec.ts › should throw on any action after page crashes [timeout]
library/permissions.spec.ts › local network request is allowed from public origin [timeout]
library/permissions.spec.ts › permissions › should deny permission when not listed [fail]
library/permissions.spec.ts › permissions › should fail when bad permission is given [fail]
library/permissions.spec.ts › permissions › should isolate permissions between browser contexts [fail]
library/permissions.spec.ts › permissions › should trigger permission onchange [fail]
library/permissions.spec.ts › should support clipboard read [fail]
library/popup.spec.ts › BrowserContext.addInitScript should apply to a cross-process popup [flaky]
library/popup.spec.ts › BrowserContext.addInitScript should apply to an in-process popup [fail]
library/popup.spec.ts › should expose function from browser context [fail]
library/popup.spec.ts › should inherit offline from browser context [fail]
library/popup.spec.ts › should inherit touch support from browser context [fail]
library/popup.spec.ts › should inherit user agent from browser context @smoke [fail]
library/popup.spec.ts › should inherit viewport size from browser context [fail]
library/popup.spec.ts › should not dispatch binding on a closed page [fail]
library/popup.spec.ts › should not throw when click closes popup [timeout]
library/role-utils.spec.ts › axe-core accessible-text [timeout]
library/screenshot.spec.ts › page screenshot › should work with device scale factor and scale:css [fail]
library/screenshot.spec.ts › page screenshot › should work with device scale factor, clip and scale:css [fail]
library/selector-generator.spec.ts › selector generator › should work in dynamic iframes without navigation [fail]
library/slowmo.spec.ts › slowMo › Frame SlowMo check [fail]
library/slowmo.spec.ts › slowMo › Frame SlowMo uncheck [fail]
library/tap.spec.ts › should not send mouse events touchstart is canceled [fail]
library/tap.spec.ts › should not send mouse events when touchend is canceled [fail]
library/tap.spec.ts › should not wait for a navigation caused by a tap [timeout]
library/tap.spec.ts › should send all of the correct events @smoke [fail]
library/tap.spec.ts › should send well formed touch points [timeout]
library/tap.spec.ts › should wait until an element is visible to tap it [fail]
library/tap.spec.ts › should work with modifiers [timeout]
library/tap.spec.ts › trial run should not tap [fail]
library/trace-viewer.spec.ts › canvas clipping [timeout]
library/trace-viewer.spec.ts › canvas clipping in iframe [timeout]
library/trace-viewer.spec.ts › canvas disabled title [fail]
library/trace-viewer.spec.ts › should filter network requests by multiple resource types [flaky]
library/trace-viewer.spec.ts › should filter network requests by url [fail]
library/trace-viewer.spec.ts › should highlight locator in iframe while typing [fail]
library/trace-viewer.spec.ts › should open console errors on click [fail]
library/trace-viewer.spec.ts › should pick locator in iframe [fail]
library/trace-viewer.spec.ts › should render console [fail]
library/tracing.spec.ts › should collect trace with resources, but no js [fail]
library/tracing.spec.ts › should not include trace resources from the previous chunks [fail]
library/tracing.spec.ts › should produce screencast frames crop [fail]
library/tracing.spec.ts › should produce screencast frames fit [fail]
library/tracing.spec.ts › should produce screencast frames scale [fail]
library/video.spec.ts › screencast › should be 800x450 by default [timeout]
library/video.spec.ts › screencast › should be 800x600 with null viewport [timeout]
library/video.spec.ts › screencast › should capture css transformation [timeout]
library/video.spec.ts › screencast › should capture full viewport [fail]
library/video.spec.ts › screencast › should capture full viewport on hidpi [fail]
library/video.spec.ts › screencast › should capture navigation [timeout]
library/video.spec.ts › screencast › should capture static page [timeout]
library/video.spec.ts › screencast › should capture static page in persistent context @smoke [fail]
library/video.spec.ts › screencast › should continue recording main page after popup closes [timeout]
library/video.spec.ts › screencast › should delete video [timeout]
library/video.spec.ts › screencast › should emulate an iphone [timeout]
library/video.spec.ts › screencast › should expose video path [timeout]
library/video.spec.ts › screencast › should expose video path blank page [timeout]
library/video.spec.ts › screencast › should expose video path blank popup [timeout]
library/video.spec.ts › screencast › should scale frames down to the requested size [timeout]
library/video.spec.ts › screencast › should throw if browser dies [fail]
library/video.spec.ts › screencast › should throw on browser close [fail]
library/video.spec.ts › screencast › should use viewport scaled down to fit into 800x800 as default size [timeout]
library/video.spec.ts › screencast › should wait for video to finish if page was closed [fail]
library/video.spec.ts › screencast › should work for popups [timeout]
library/video.spec.ts › screencast › should work with old options [timeout]
library/video.spec.ts › screencast › should work with relative path for recordVideo.dir [timeout]
library/video.spec.ts › screencast › should work with video+trace [timeout]
library/video.spec.ts › screencast › should work with weird screen resolution [timeout]
library/video.spec.ts › should saveAs video [timeout]
library/web-socket.spec.ts › should emit binary frame events [timeout]
library/web-socket.spec.ts › should emit close events [timeout]
library/web-socket.spec.ts › should emit error [timeout]
library/web-socket.spec.ts › should emit frame events [timeout]
library/web-socket.spec.ts › should filter out the close events when the server closes with a message [timeout]
library/web-socket.spec.ts › should not have stray error events [timeout]
library/web-socket.spec.ts › should pass self as argument to close event [timeout]
library/web-socket.spec.ts › should reject waitForEvent on page close [timeout]
library/web-socket.spec.ts › should reject waitForEvent on socket close [timeout]