@@ -58,9 +58,11 @@ library/browsercontext-viewport.spec.ts › should support touch with null viewp
5858library/browsertype-connect.spec.ts › launchServer › should be able to connect 20 times to a single server without warnings [timeout]
5959library/browsertype-connect.spec.ts › launchServer › should save download [fail]
6060library/browsertype-connect.spec.ts › launchServer › should saveAs videos from remote browser [timeout]
61+ library/browsertype-connect.spec.ts › launchServer › should upload a folder [fail]
6162library/browsertype-connect.spec.ts › run-server › should be able to connect 20 times to a single server without warnings [timeout]
6263library/browsertype-connect.spec.ts › run-server › should save download [fail]
6364library/browsertype-connect.spec.ts › run-server › should saveAs videos from remote browser [timeout]
65+ library/browsertype-connect.spec.ts › run-server › should upload a folder [fail]
6466library/browsertype-launch.spec.ts › should reject if launched browser fails immediately [fail]
6567library/capabilities.spec.ts › should play video @smoke [timeout]
6668library/channels.spec.ts › should work with the domain module [timeout]
@@ -90,7 +92,6 @@ library/chromium/launcher.spec.ts › should support request/response events whe
9092library/debug-controller.spec.ts › should allow setting recorder mode only for specific browser [fail]
9193library/debug-controller.spec.ts › should record [flaky]
9294library/debug-controller.spec.ts › should work with browser._launchServer [flaky]
93- library/defaultbrowsercontext-1.spec.ts › should support acceptDownloads option [fail]
9495library/defaultbrowsercontext-1.spec.ts › should support bypassCSP option [fail]
9596library/defaultbrowsercontext-1.spec.ts › should support javascriptEnabled option [fail]
9697library/defaultbrowsercontext-2.spec.ts › should have passed URL when launching with ignoreDefaultArgs: true [timeout]
@@ -100,35 +101,9 @@ library/defaultbrowsercontext-2.spec.ts › should support forcedColors option [
100101library/defaultbrowsercontext-2.spec.ts › should support hasTouch option [fail]
101102library/defaultbrowsercontext-2.spec.ts › should support reducedMotion option [fail]
102103library/download.spec.ts › download event › should be able to cancel pending downloads [timeout]
103- library/download.spec.ts › download event › should create subdirectories when saving to non-existent user-specified path [fail]
104- library/download.spec.ts › download event › should delete downloads on browser gone [fail]
105- library/download.spec.ts › download event › should delete downloads on context destruction [fail]
106- library/download.spec.ts › download event › should delete file [fail]
107- library/download.spec.ts › download event › should download large binary.zip [fail]
108- library/download.spec.ts › download event › should emit download event from nested iframes [fail]
109- library/download.spec.ts › download event › should expose stream [fail]
110- library/download.spec.ts › download event › should not fail explicitly to cancel a download even if that is already finished [fail]
111104library/download.spec.ts › download event › should report download path within page.on('download', …) handler for Blobs [timeout]
112- library/download.spec.ts › download event › should report download path within page.on('download', …) handler for Files [fail]
113- library/download.spec.ts › download event › should report download when navigation turns into download @smoke [fail]
114- library/download.spec.ts › download event › should report downloads for download attribute [fail]
115- library/download.spec.ts › download event › should report downloads with acceptDownloads: true [fail]
116- library/download.spec.ts › download event › should report downloads with interception [fail]
117105library/download.spec.ts › download event › should report new window downloads [timeout]
118- library/download.spec.ts › download event › should report non-navigation downloads [fail]
119- library/download.spec.ts › download event › should save to overwritten filepath [fail]
120- library/download.spec.ts › download event › should save to two different paths with multiple saveAs calls [fail]
121- library/download.spec.ts › download event › should save to user-specified path without updating original path [fail]
122- library/download.spec.ts › download event › should work with Cross-Origin-Opener-Policy [fail]
123- library/download.spec.ts › should be able to download a inline PDF file via navigation [timeout]
124- library/download.spec.ts › should be able to download a inline PDF file via response interception [fail]
125- library/download.spec.ts › should be able to download a PDF file [fail]
126- library/download.spec.ts › should download successfully when routing [fail]
127- library/download.spec.ts › should save to user-specified path [fail]
128- library/downloads-path.spec.ts › downloads path › should accept downloads in persistent context [fail]
129- library/downloads-path.spec.ts › downloads path › should delete downloads when context closes [fail]
130- library/downloads-path.spec.ts › downloads path › should delete downloads when persistent context closes [fail]
131- library/downloads-path.spec.ts › downloads path › should keep downloadsPath folder [fail]
106+ library/download.spec.ts › download event › should throw if browser dies [fail]
132107library/emulation-focus.spec.ts › should focus popups by default [fail]
133108library/emulation-focus.spec.ts › should focus with more than one page/context [fail]
134109library/emulation-focus.spec.ts › should think that all pages are focused @smoke [fail]
0 commit comments