playwright/tests/bidi/expectations/bidi-firefox-beta-library.txt
Yury Semikhatsky a8103abee6
chore: incremental bidi expectation update, ff expectations (#32570)
* Do not override expectations for the tests that didn't run or already
had expectations
* Sort expectations alphabetically
* Add firefox expectations
2024-09-11 13:33:25 -07:00

1911 lines
226 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

bidi-firefox-beta-library library/beforeunload.spec.ts should access page after beforeunload [fail]
bidi-firefox-beta-library library/beforeunload.spec.ts should be able to navigate away from page with beforeunload [fail]
bidi-firefox-beta-library library/beforeunload.spec.ts should close browser with beforeunload page [fail]
bidi-firefox-beta-library library/beforeunload.spec.ts should close browsercontext with beforeunload page [pass]
bidi-firefox-beta-library library/beforeunload.spec.ts should close page with beforeunload listener [pass]
bidi-firefox-beta-library library/beforeunload.spec.ts should not stall on evaluate when dismissing beforeunload [fail]
bidi-firefox-beta-library library/beforeunload.spec.ts should run beforeunload if asked for @smoke [fail]
bidi-firefox-beta-library library/browser.spec.ts should create new page @smoke [pass]
bidi-firefox-beta-library library/browser.spec.ts should dispatch page.on(close) upon browser.close and reject evaluate [pass]
bidi-firefox-beta-library library/browser.spec.ts should return browserType [pass]
bidi-firefox-beta-library library/browser.spec.ts should throw upon second create new page [pass]
bidi-firefox-beta-library library/browser.spec.ts version should work [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should add cookies with empty value [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should allow unnamed cookies [fail]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should be able to set unsecure cookie for HTTP website [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should default to setting secure cookie for HTTPS websites [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should have |expires| set to |-1| for session cookies [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should isolate cookies between launches [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should isolate cookies in browser contexts [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should isolate persistent cookies [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should isolate send cookie header [fail]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should isolate session cookies [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should not block third party SameSite=None cookies [fail]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should not set a cookie on a data URL page [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should not set a cookie with blank page URL [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should roundtrip cookie [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should send cookie header [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should set a cookie on a different domain [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should set a cookie with a path [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should set cookie with reasonable defaults [fail]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should set cookies for a frame [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should set multiple cookies [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should set secure cookies on secure WebSocket [fail]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should work @smoke [pass]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should work with expires=-1 [fail]
bidi-firefox-beta-library library/browsercontext-add-cookies.spec.ts should(not) block third party cookies [fail]
bidi-firefox-beta-library library/browsercontext-add-init-script.spec.ts should work with browser context scripts @smoke [pass]
bidi-firefox-beta-library library/browsercontext-add-init-script.spec.ts should work with browser context scripts for already created pages [pass]
bidi-firefox-beta-library library/browsercontext-add-init-script.spec.ts should work with browser context scripts with a path [pass]
bidi-firefox-beta-library library/browsercontext-add-init-script.spec.ts should work without navigation in popup [fail]
bidi-firefox-beta-library library/browsercontext-add-init-script.spec.ts should work without navigation, after all bindings [fail]
bidi-firefox-beta-library library/browsercontext-base-url.spec.ts should be able to match a URL relative to its given URL with urlMatcher [fail]
bidi-firefox-beta-library library/browsercontext-base-url.spec.ts should construct a new URL when a baseURL in browser.newContext is passed to page.goto @smoke [pass]
bidi-firefox-beta-library library/browsercontext-base-url.spec.ts should construct a new URL when a baseURL in browser.newPage is passed to page.goto [pass]
bidi-firefox-beta-library library/browsercontext-base-url.spec.ts should construct a new URL when a baseURL in browserType.launchPersistentContext is passed to page.goto [fail]
bidi-firefox-beta-library library/browsercontext-base-url.spec.ts should construct the URLs correctly when a baseURL with a trailing slash in browser.newPage is passed to page.goto [pass]
bidi-firefox-beta-library library/browsercontext-base-url.spec.ts should construct the URLs correctly when a baseURL without a trailing slash in browser.newPage is passed to page.goto [pass]
bidi-firefox-beta-library library/browsercontext-base-url.spec.ts should not construct a new URL when valid URLs are passed [pass]
bidi-firefox-beta-library library/browsercontext-base-url.spec.ts should not construct a new URL with baseURL when a glob was used [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts close() should abort waitForEvent [fail]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts close() should be callable twice [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts close() should work for empty context [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts default user agent [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts setContent should work after disabling javascript [fail]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should be able to click across browser contexts [fail]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should be able to navigate after disabling javascript [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should close all belonging pages once closing context [fail]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should create new context @smoke [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should disable javascript [fail]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should emulate media in cross-process iframe [fail]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should emulate media in popup [fail]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should emulate navigator.onLine [fail]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should isolate localStorage and cookies @smoke [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should make a copy of default viewport [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should not allow deviceScaleFactor with null viewport [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should not allow isMobile with null viewport [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should not hang on promises after disabling javascript [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should not report frameless pages on error [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should pass self to close event [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should propagate default viewport to the page [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should respect deviceScaleFactor [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should return all of the pages [pass]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts should work with offline option [fail]
bidi-firefox-beta-library library/browsercontext-basic.spec.ts window.open should use parent tab context [pass]
bidi-firefox-beta-library library/browsercontext-clearcookies.spec.ts should clear cookies [pass]
bidi-firefox-beta-library library/browsercontext-clearcookies.spec.ts should isolate cookies when clearing [pass]
bidi-firefox-beta-library library/browsercontext-clearcookies.spec.ts should remove cookies by domain [pass]
bidi-firefox-beta-library library/browsercontext-clearcookies.spec.ts should remove cookies by name [pass]
bidi-firefox-beta-library library/browsercontext-clearcookies.spec.ts should remove cookies by name and domain [pass]
bidi-firefox-beta-library library/browsercontext-clearcookies.spec.ts should remove cookies by name regex [pass]
bidi-firefox-beta-library library/browsercontext-clearcookies.spec.ts should remove cookies by path [pass]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should add cookies with an expiration [pass]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should be able to send third party cookies via an iframe [fail]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should get a cookie @smoke [fail]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should get a non-session cookie [fail]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should get cookies from multiple urls [pass]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should get multiple cookies [fail]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should parse cookie with large Max-Age correctly [fail]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should properly report "Lax" sameSite cookie [pass]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should properly report "Strict" sameSite cookie [pass]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should properly report httpOnly cookie [pass]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should return cookies with empty value [pass]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should return no cookies in pristine browser context [pass]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should return secure cookies based on HTTP(S) protocol [pass]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should support requestStorageAccess [fail]
bidi-firefox-beta-library library/browsercontext-cookies.spec.ts should work with subdomain cookie [pass]
bidi-firefox-beta-library library/browsercontext-credentials.spec.ts should fail with correct credentials and mismatching hostname [pass]
bidi-firefox-beta-library library/browsercontext-credentials.spec.ts should fail with correct credentials and mismatching port [pass]
bidi-firefox-beta-library library/browsercontext-credentials.spec.ts should fail with correct credentials and mismatching scheme [pass]
bidi-firefox-beta-library library/browsercontext-credentials.spec.ts should fail with wrong credentials [timeout]
bidi-firefox-beta-library library/browsercontext-credentials.spec.ts should fail without credentials [timeout]
bidi-firefox-beta-library library/browsercontext-credentials.spec.ts should return resource body [fail]
bidi-firefox-beta-library library/browsercontext-credentials.spec.ts should work with correct credentials @smoke [fail]
bidi-firefox-beta-library library/browsercontext-credentials.spec.ts should work with correct credentials and matching origin [fail]
bidi-firefox-beta-library library/browsercontext-credentials.spec.ts should work with correct credentials and matching origin case insensitive [fail]
bidi-firefox-beta-library library/browsercontext-credentials.spec.ts should work with setHTTPCredentials [timeout]
bidi-firefox-beta-library library/browsercontext-csp.spec.ts should bypass CSP header [fail]
bidi-firefox-beta-library library/browsercontext-csp.spec.ts should bypass CSP in iframes as well [fail]
bidi-firefox-beta-library library/browsercontext-csp.spec.ts should bypass CSP meta tag @smoke [fail]
bidi-firefox-beta-library library/browsercontext-csp.spec.ts should bypass after cross-process navigation [fail]
bidi-firefox-beta-library library/browsercontext-device.spec.ts device should emulate viewport and screen size [fail]
bidi-firefox-beta-library library/browsercontext-device.spec.ts device should emulate viewport without screen size [fail]
bidi-firefox-beta-library library/browsercontext-device.spec.ts device should reset scroll top after a navigation [pass]
bidi-firefox-beta-library library/browsercontext-device.spec.ts device should scroll to a precise position with mobile scale [pass]
bidi-firefox-beta-library library/browsercontext-device.spec.ts device should scroll to click [pass]
bidi-firefox-beta-library library/browsercontext-device.spec.ts device should scroll twice when emulated [fail]
bidi-firefox-beta-library library/browsercontext-device.spec.ts device should support clicking [pass]
bidi-firefox-beta-library library/browsercontext-device.spec.ts device should work @smoke [fail]
bidi-firefox-beta-library library/browsercontext-dsf.spec.ts should fetch hidpi assets [fail]
bidi-firefox-beta-library library/browsercontext-dsf.spec.ts should fetch lodpi assets @smoke [pass]
bidi-firefox-beta-library library/browsercontext-events.spec.ts console event should work @smoke [pass]
bidi-firefox-beta-library library/browsercontext-events.spec.ts console event should work in immediately closed popup [fail]
bidi-firefox-beta-library library/browsercontext-events.spec.ts console event should work in popup [pass]
bidi-firefox-beta-library library/browsercontext-events.spec.ts console event should work in popup 2 [fail]
bidi-firefox-beta-library library/browsercontext-events.spec.ts dialog event should work @smoke [pass]
bidi-firefox-beta-library library/browsercontext-events.spec.ts dialog event should work in immediately closed popup [pass]
bidi-firefox-beta-library library/browsercontext-events.spec.ts dialog event should work in popup [pass]
bidi-firefox-beta-library library/browsercontext-events.spec.ts dialog event should work in popup 2 [fail]
bidi-firefox-beta-library library/browsercontext-events.spec.ts dialog event should work with inline script tag [fail]
bidi-firefox-beta-library library/browsercontext-events.spec.ts weberror event should work [fail]
bidi-firefox-beta-library library/browsercontext-expose-function.spec.ts expose binding should work [fail]
bidi-firefox-beta-library library/browsercontext-expose-function.spec.ts exposeBindingHandle should work [fail]
bidi-firefox-beta-library library/browsercontext-expose-function.spec.ts should be callable from-inside addInitScript [fail]
bidi-firefox-beta-library library/browsercontext-expose-function.spec.ts should throw for duplicate registrations [pass]
bidi-firefox-beta-library library/browsercontext-expose-function.spec.ts should work [fail]
bidi-firefox-beta-library library/browsercontext-expose-function.spec.ts should work with CSP [fail]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms br decompression should not fail if response content-length header is missing (br) [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms br decompression should not fail with an empty response with content-length header (Z_BUF_ERROR) [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms br decompression should not fail with an empty response without content-length header (Z_BUF_ERROR) [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms br decompression should not fail with chunked responses (without Content-Length header) [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms br decompression should support decompression [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms deflate decompression should not fail if response content-length header is missing (deflate) [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms deflate decompression should not fail with an empty response with content-length header (Z_BUF_ERROR) [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms deflate decompression should not fail with an empty response without content-length header (Z_BUF_ERROR) [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms deflate decompression should not fail with chunked responses (without Content-Length header) [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms deflate decompression should support decompression [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms gzip decompression should not fail if response content-length header is missing (gzip) [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms gzip decompression should not fail with an empty response with content-length header (Z_BUF_ERROR) [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms gzip decompression should not fail with an empty response without content-length header (Z_BUF_ERROR) [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms gzip decompression should not fail with chunked responses (without Content-Length header) [pass]
bidi-firefox-beta-library library/browsercontext-fetch-algorithms.spec.ts algorithms gzip decompression should support decompression [pass]
bidi-firefox-beta-library library/browsercontext-fetch-happy-eyeballs.spec.ts get should work [pass]
bidi-firefox-beta-library library/browsercontext-fetch-happy-eyeballs.spec.ts get should work on request fixture [pass]
bidi-firefox-beta-library library/browsercontext-fetch-happy-eyeballs.spec.ts https post should work with ignoreHTTPSErrors option [pass]
bidi-firefox-beta-library library/browsercontext-fetch-happy-eyeballs.spec.ts should work with ip6 and port as the host [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts context request should export same storage state as context [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts delete should support failOnStatusCode [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts delete should support params passed as URLSearchParams [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts delete should support params passed as object [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts delete should support params passed as string [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts delete should support post data [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts deleteshould support ignoreHTTPSErrors option [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts fetch should not throw on long set-cookie value [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts fetch should support failOnStatusCode [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts fetch should support params passed as URLSearchParams [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts fetch should support params passed as object [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts fetch should support params passed as string [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts fetch should work [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts fetchshould support ignoreHTTPSErrors option [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts get should support failOnStatusCode [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts get should support params passed as URLSearchParams [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts get should support params passed as object [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts get should support params passed as string [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts get should support post data [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts get should work @smoke [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts getshould support ignoreHTTPSErrors option [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts head should support failOnStatusCode [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts head should support params passed as URLSearchParams [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts head should support params passed as object [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts head should support params passed as string [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts head should support post data [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts headshould support ignoreHTTPSErrors option [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts patch should support failOnStatusCode [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts patch should support params passed as URLSearchParams [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts patch should support params passed as object [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts patch should support params passed as string [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts patch should support post data [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts patchshould support ignoreHTTPSErrors option [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts post should support failOnStatusCode [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts post should support params passed as URLSearchParams [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts post should support params passed as object [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts post should support params passed as string [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts post should support post data [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts postshould support ignoreHTTPSErrors option [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts put should support failOnStatusCode [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts put should support params passed as URLSearchParams [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts put should support params passed as object [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts put should support params passed as string [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts put should support post data [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts putshould support ignoreHTTPSErrors option [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should abort requests when browser context closes [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should accept bool and numeric params [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should add cookies from Set-Cookie header [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should add default headers [fail]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should add default headers to redirects [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should add session cookies to request [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should allow to override default headers [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should dispose [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should dispose when context closes [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should encode to application/json by default [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should follow redirects [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should follow redirects correctly when Location header contains UTF-8 characters [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should handle cookies on redirects [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should inherit ignoreHTTPSErrors from context [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should not add context cookie if cookie header passed as a parameter [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should not hang on a brotli encoded Range request [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should not lose body while handling Set-Cookie header [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should not work after context dispose [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should not work after dispose [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should override request parameters [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should preserve cookie order from Set-Cookie header [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should propagate custom headers with redirects [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should propagate extra http headers with redirects [fail]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should remove cookie with expires far in the past [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should remove cookie with negative max-age [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should resolve url relative to baseURL [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should respect timeout after redirects [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should retry on ECONNRESET [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should return error with wrong credentials [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should return raw headers [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should send content-length [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should send secure cookie over http for localhost [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should serialize data to json regardless of content-type [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should set domain=localhost cookie [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support HTTPCredentials.send for browser.newPage [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support HTTPCredentials.send for newContext [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support SameSite cookie attribute over https [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support a timeout of 0 [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support application/x-www-form-urlencoded [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support brotli compression [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support cookie with empty value [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support deflate compression [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support gzip compression [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support https [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support multipart/form-data [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support multipart/form-data and keep the order [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support multipart/form-data with ReadStream values [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support repeating names in multipart/form-data [unknown]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support set-cookie with SameSite and without Secure attribute over HTTP [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should support timeout option [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should throw informative error on corrupted brotli body [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should throw informative error on corrupted deflate body [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should throw informative error on corrupted gzip body [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should throw nice error on unsupported data type [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should throw on invalid header value [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should throw on network error [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should throw on network error after redirect [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should throw on network error when sending body [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should throw on network error when sending body after redirect [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should throw on non-http(s) protocol [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should update host header on redirect [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should work with connectOverCDP [unknown]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should work with http credentials [pass]
bidi-firefox-beta-library library/browsercontext-fetch.spec.ts should work with setHTTPCredentials [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts by default should abort requests not found in har [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts context.unrouteAll should stop context.routeFromHAR [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts fallback:continue should continue requests on bad har [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts fallback:continue should continue when not found in har [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts newPage should fulfill from har, matching the method and following redirects [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts page.unrouteAll should stop page.routeFromHAR [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should apply overrides before routing from har [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should change document URL after redirected navigation [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should change document URL after redirected navigation on click [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should context.routeFromHAR, matching the method and following redirects [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should disambiguate by header [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should fulfill from har with content in a file [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should goBack to redirected navigation [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should goForward to redirected navigation [timeout]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should ignore aborted requests [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should ignore boundary when matching multipart/form-data body [timeout]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should only context.routeFromHAR requests matching url filter [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should only handle requests matching url filter [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should only page.routeFromHAR requests matching url filter [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should page.routeFromHAR, matching the method and following redirects [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should produce extracted zip [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should record overridden requests to har [timeout]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should reload redirected navigation [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should round-trip extracted har.zip [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should round-trip har with postData [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should round-trip har.zip [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should support regex filter [pass]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should update extracted har.zip for page [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should update har.zip for context [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should update har.zip for page [fail]
bidi-firefox-beta-library library/browsercontext-har.spec.ts should update har.zip for page with different options [fail]
bidi-firefox-beta-library library/browsercontext-locale.spec.ts should affect Intl.DateTimeFormat().resolvedOptions().locale [fail]
bidi-firefox-beta-library library/browsercontext-locale.spec.ts should affect accept-language header @smoke [fail]
bidi-firefox-beta-library library/browsercontext-locale.spec.ts should affect navigator.language [fail]
bidi-firefox-beta-library library/browsercontext-locale.spec.ts should affect navigator.language in popups [fail]
bidi-firefox-beta-library library/browsercontext-locale.spec.ts should be isolated between contexts [fail]
bidi-firefox-beta-library library/browsercontext-locale.spec.ts should format date [fail]
bidi-firefox-beta-library library/browsercontext-locale.spec.ts should format number [fail]
bidi-firefox-beta-library library/browsercontext-locale.spec.ts should format number in popups [fail]
bidi-firefox-beta-library library/browsercontext-locale.spec.ts should format number in workers [fail]
bidi-firefox-beta-library library/browsercontext-locale.spec.ts should not change default locale in another context [fail]
bidi-firefox-beta-library library/browsercontext-locale.spec.ts should work for multiple pages sharing same process [timeout]
bidi-firefox-beta-library library/browsercontext-network-event.spec.ts BrowserContext.Events.Request [fail]
bidi-firefox-beta-library library/browsercontext-network-event.spec.ts BrowserContext.Events.RequestFailed [fail]
bidi-firefox-beta-library library/browsercontext-network-event.spec.ts BrowserContext.Events.RequestFinished [pass]
bidi-firefox-beta-library library/browsercontext-network-event.spec.ts BrowserContext.Events.Response [fail]
bidi-firefox-beta-library library/browsercontext-network-event.spec.ts should fire events in proper order [pass]
bidi-firefox-beta-library library/browsercontext-network-event.spec.ts should not fire events for favicon or favicon redirects [unknown]
bidi-firefox-beta-library library/browsercontext-page-event.spec.ts should fire page lifecycle events [fail]
bidi-firefox-beta-library library/browsercontext-page-event.spec.ts should have about:blank for empty url with domcontentloaded [timeout]
bidi-firefox-beta-library library/browsercontext-page-event.spec.ts should have about:blank url with domcontentloaded [pass]
bidi-firefox-beta-library library/browsercontext-page-event.spec.ts should have an opener [fail]
bidi-firefox-beta-library library/browsercontext-page-event.spec.ts should have url [fail]
bidi-firefox-beta-library library/browsercontext-page-event.spec.ts should have url after domcontentloaded [pass]
bidi-firefox-beta-library library/browsercontext-page-event.spec.ts should not crash while redirecting of original request was missed [pass]
bidi-firefox-beta-library library/browsercontext-page-event.spec.ts should not hang on ctrl-click during provisional load [fail]
bidi-firefox-beta-library library/browsercontext-page-event.spec.ts should report initialized pages [fail]
bidi-firefox-beta-library library/browsercontext-page-event.spec.ts should report when a new page is created and closed [fail]
bidi-firefox-beta-library library/browsercontext-page-event.spec.ts should work with Ctrl-clicking [fail]
bidi-firefox-beta-library library/browsercontext-page-event.spec.ts should work with Shift-clicking [fail]
bidi-firefox-beta-library library/browsercontext-pages.spec.ts frame.focus should work multiple times [fail]
bidi-firefox-beta-library library/browsercontext-pages.spec.ts page.context should return the correct instance [pass]
bidi-firefox-beta-library library/browsercontext-pages.spec.ts should click the button with deviceScaleFactor set [fail]
bidi-firefox-beta-library library/browsercontext-pages.spec.ts should click the button with offset with page scale [pass]
bidi-firefox-beta-library library/browsercontext-pages.spec.ts should click with disabled javascript [pass]
bidi-firefox-beta-library library/browsercontext-pages.spec.ts should keep selection in multiple pages [fail]
bidi-firefox-beta-library library/browsercontext-pages.spec.ts should not be visible in context.pages [fail]
bidi-firefox-beta-library library/browsercontext-pages.spec.ts should not hang with touch-enabled viewports [pass]
bidi-firefox-beta-library library/browsercontext-pages.spec.ts should not leak listeners during navigation of 20 pages [pass]
bidi-firefox-beta-library library/browsercontext-pages.spec.ts should return bounding box with page scale [pass]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts does launch without a port [pass]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should authenticate [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should authenticate with empty password [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should exclude patterns [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should isolate proxy credentials between contexts [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should isolate proxy credentials between contexts on navigation [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should proxy local network requests by default link-local [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should proxy local network requests by default localhost [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should proxy local network requests by default loopback address [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should proxy local network requests with other bypasses link-local [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should proxy local network requests with other bypasses localhost [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should proxy local network requests with other bypasses loopback address [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should set cookie for top-level domain [pass]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should throw for bad server value [pass]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should throw for socks4 authentication [pass]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should throw for socks5 authentication [pass]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should use ipv6 proxy [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should use proxy [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should use proxy for https urls [timeout]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should use proxy for second page [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should use proxy twice [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should use socks proxy [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should use socks proxy in second page [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should work when passing the proxy only on the context level [fail]
bidi-firefox-beta-library library/browsercontext-proxy.spec.ts should work with IP:PORT notion [fail]
bidi-firefox-beta-library library/browsercontext-reuse.spec.ts should continue issuing events after closing the reused page [pass]
bidi-firefox-beta-library library/browsercontext-reuse.spec.ts should ignore binding from beforeunload [fail]
bidi-firefox-beta-library library/browsercontext-reuse.spec.ts should not cache resources [timeout]
bidi-firefox-beta-library library/browsercontext-reuse.spec.ts should re-add binding after reset [fail]
bidi-firefox-beta-library library/browsercontext-reuse.spec.ts should reset mouse position [fail]
bidi-firefox-beta-library library/browsercontext-reuse.spec.ts should reset serviceworker [pass]
bidi-firefox-beta-library library/browsercontext-reuse.spec.ts should reset serviceworker that hangs in importScripts [pass]
bidi-firefox-beta-library library/browsercontext-reuse.spec.ts should reset tracing [pass]
bidi-firefox-beta-library library/browsercontext-reuse.spec.ts should work with clock emulation [pass]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should chain fallback [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should chain fallback into page [pass]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should chain fallback w/ dynamic URL [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should fall back async [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should fall back to context.route [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should ignore secure Set-Cookie header for insecure requests [pass]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should intercept [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should not chain abort [pass]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should not chain fulfill [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should overwrite post body with empty string [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should support Set-Cookie header [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should support async handler w/ times [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should support the times parameter with route matching [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should unroute [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should use Set-Cookie header in future requests [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should work if handler with times parameter was removed from another handler [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should work with ignoreHTTPSErrors [fail]
bidi-firefox-beta-library library/browsercontext-route.spec.ts should yield to page.route [fail]
bidi-firefox-beta-library library/browsercontext-service-worker-policy.spec.ts block blocks service worker registration [timeout]
bidi-firefox-beta-library library/browsercontext-service-worker-policy.spec.ts block should not throw error on about:blank [pass]
bidi-firefox-beta-library library/browsercontext-service-worker-policy.spec.ts should allow service workers by default [pass]
bidi-firefox-beta-library library/browsercontext-set-extra-http-headers.spec.ts should override extra headers from browser context [fail]
bidi-firefox-beta-library library/browsercontext-set-extra-http-headers.spec.ts should throw for non-string header values [pass]
bidi-firefox-beta-library library/browsercontext-storage-state.spec.ts should capture cookies [pass]
bidi-firefox-beta-library library/browsercontext-storage-state.spec.ts should capture local storage [fail]
bidi-firefox-beta-library library/browsercontext-storage-state.spec.ts should handle malformed file [pass]
bidi-firefox-beta-library library/browsercontext-storage-state.spec.ts should handle missing file [pass]
bidi-firefox-beta-library library/browsercontext-storage-state.spec.ts should not emit events about internal page [fail]
bidi-firefox-beta-library library/browsercontext-storage-state.spec.ts should not restore localStorage twice [pass]
bidi-firefox-beta-library library/browsercontext-storage-state.spec.ts should round-trip through the file [pass]
bidi-firefox-beta-library library/browsercontext-storage-state.spec.ts should serialize storageState with lone surrogates [pass]
bidi-firefox-beta-library library/browsercontext-storage-state.spec.ts should set local storage [fail]
bidi-firefox-beta-library library/browsercontext-storage-state.spec.ts should work when service worker is intefering [pass]
bidi-firefox-beta-library library/browsercontext-strict.spec.ts should not fail page.textContent in non-strict mode [fail]
bidi-firefox-beta-library library/browsercontext-strict.spec.ts strict context mode should fail page.click in strict mode [fail]
bidi-firefox-beta-library library/browsercontext-strict.spec.ts strict context mode should fail page.textContent in strict mode [fail]
bidi-firefox-beta-library library/browsercontext-strict.spec.ts strict context mode should opt out of strict mode [fail]
bidi-firefox-beta-library library/browsercontext-timezone-id.spec.ts should affect Intl.DateTimeFormat().resolvedOptions().timeZone [fail]
bidi-firefox-beta-library library/browsercontext-timezone-id.spec.ts should not change default timezone in another context [fail]
bidi-firefox-beta-library library/browsercontext-timezone-id.spec.ts should throw for invalid timezone IDs when creating pages [fail]
bidi-firefox-beta-library library/browsercontext-timezone-id.spec.ts should work @smoke [fail]
bidi-firefox-beta-library library/browsercontext-timezone-id.spec.ts should work for multiple pages sharing same process [timeout]
bidi-firefox-beta-library library/browsercontext-user-agent.spec.ts custom user agent for download [fail]
bidi-firefox-beta-library library/browsercontext-user-agent.spec.ts should emulate device user-agent [fail]
bidi-firefox-beta-library library/browsercontext-user-agent.spec.ts should make a copy of default options [fail]
bidi-firefox-beta-library library/browsercontext-user-agent.spec.ts should work [fail]
bidi-firefox-beta-library library/browsercontext-user-agent.spec.ts should work for navigator.userAgentData and sec-ch-ua headers [unknown]
bidi-firefox-beta-library library/browsercontext-user-agent.spec.ts should work for subframes [fail]
bidi-firefox-beta-library library/browsercontext-viewport-mobile.spec.ts mobile viewport default mobile viewports to 980 width [fail]
bidi-firefox-beta-library library/browsercontext-viewport-mobile.spec.ts mobile viewport mouse should work with mobile viewports and cross process navigations [pass]
bidi-firefox-beta-library library/browsercontext-viewport-mobile.spec.ts mobile viewport respect meta viewport tag [pass]
bidi-firefox-beta-library library/browsercontext-viewport-mobile.spec.ts mobile viewport should be detectable [fail]
bidi-firefox-beta-library library/browsercontext-viewport-mobile.spec.ts mobile viewport should detect touch when applying viewport with touches [fail]
bidi-firefox-beta-library library/browsercontext-viewport-mobile.spec.ts mobile viewport should emulate the hover media feature [fail]
bidi-firefox-beta-library library/browsercontext-viewport-mobile.spec.ts mobile viewport should fire orientationchange event [timeout]
bidi-firefox-beta-library library/browsercontext-viewport-mobile.spec.ts mobile viewport should scroll when emulating a mobile viewport [fail]
bidi-firefox-beta-library library/browsercontext-viewport-mobile.spec.ts mobile viewport should support landscape emulation [pass]
bidi-firefox-beta-library library/browsercontext-viewport-mobile.spec.ts mobile viewport should support mobile emulation [pass]
bidi-firefox-beta-library library/browsercontext-viewport-mobile.spec.ts mobile viewport should support touch emulation [fail]
bidi-firefox-beta-library library/browsercontext-viewport-mobile.spec.ts mobile viewport should support window.orientation emulation [fail]
bidi-firefox-beta-library library/browsercontext-viewport-mobile.spec.ts mobile viewport view scale should reset after navigation [pass]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts WebKit Windows headed should have a minimal viewport [unknown]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should be able to get correct orientation angle on non-mobile devices [fail]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should drag with high dpi [fail]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should emulate availWidth and availHeight [fail]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should emulate device height [fail]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should emulate device width [fail]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should get the proper default viewport size [pass]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should not have touch by default [pass]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should report null viewportSize when given null viewport [pass]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should return correct outerWidth and outerHeight [pass]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should set both screen and viewport options [fail]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should set the proper viewport size [pass]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should set window.screen.orientation.type for mobile devices [fail]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should support touch with null viewport [fail]
bidi-firefox-beta-library library/browsercontext-viewport.spec.ts should throw on tap if hasTouch is not enabled [fail]
bidi-firefox-beta-library library/browsertype-basic.spec.ts browserType.executablePath should work [unknown]
bidi-firefox-beta-library library/browsertype-basic.spec.ts browserType.name should work [fail]
bidi-firefox-beta-library library/browsertype-basic.spec.ts should throw when trying to connect with not-chromium [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer only should be able to reconnect to a browser 12 times without warnings [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer only should properly disconnect when connection closes from the server side [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer only should work with cluster [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer disconnected event should be emitted when browser is closed or server is closed [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer disconnected event should have browser as argument [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer setInputFiles should preserve lastModified timestamp [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should be able to connect 20 times to a single server without warnings [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should be able to connect two browsers at the same time [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should be able to connect when the wsEndpoint is passed as an option [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should be able to reconnect to a browser [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should be able to visit ipv6 [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should be able to visit ipv6 through localhost [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should connect over http [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should connect over wss [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should emit close events on pages and contexts [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should error when saving download after deletion [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should filter launch options [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should fulfill with global fetch result [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should handle exceptions during connect [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should ignore page.pause when headed [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should not throw on close after disconnect [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should print HTTP error [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should print custom ws close error [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should print ws error [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should properly disconnect when connection closes from the client side [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should record trace with sources [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should reject navigation when browser closes [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should reject waitForEvent before browser.close finishes [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should reject waitForEvent before browser.onDisconnect fires [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should reject waitForSelector when browser closes [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should respect selectors [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should save download [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should save har [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should saveAs videos from remote browser [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should send default User-Agent and X-Playwright-Browser headers with connect request [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should send extra headers with connect request [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should set the browser connected state [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should support slowmo option [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should terminate network waiters [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should throw when calling waitForNavigation after disconnect [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should throw when used after isConnected returns false [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should timeout in connect while connecting [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should timeout in socket while connecting [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer should upload large file [timeout]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer socks proxy should check proxy pattern on the client [unknown]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer socks proxy should forward non-forwarded requests [unknown]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer socks proxy should lead to the error page for forwarded requests when the connection is refused [unknown]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer socks proxy should proxy based on the pattern [unknown]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer socks proxy should proxy ipv6 localhost requests @smoke [unknown]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer socks proxy should proxy local.playwright requests [unknown]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer socks proxy should proxy localhost requests @smoke [unknown]
bidi-firefox-beta-library library/browsertype-connect.spec.ts launchServer socks proxy should proxy localhost requests from fetch api [unknown]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server disconnected event should be emitted when browser is closed or server is closed [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server disconnected event should have browser as argument [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server setInputFiles should preserve lastModified timestamp [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should be able to connect 20 times to a single server without warnings [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should be able to connect two browsers at the same time [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should be able to connect when the wsEndpoint is passed as an option [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should be able to reconnect to a browser [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should be able to visit ipv6 [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should be able to visit ipv6 through localhost [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should connect over http [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should connect over wss [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should emit close events on pages and contexts [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should error when saving download after deletion [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should filter launch options [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should fulfill with global fetch result [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should handle exceptions during connect [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should ignore page.pause when headed [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should not throw on close after disconnect [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should print HTTP error [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should print custom ws close error [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should print ws error [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should properly disconnect when connection closes from the client side [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should record trace with sources [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should reject navigation when browser closes [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should reject waitForEvent before browser.close finishes [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should reject waitForEvent before browser.onDisconnect fires [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should reject waitForSelector when browser closes [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should respect selectors [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should save download [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should save har [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should saveAs videos from remote browser [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should send default User-Agent and X-Playwright-Browser headers with connect request [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should send extra headers with connect request [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should set the browser connected state [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should support slowmo option [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should terminate network waiters [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should throw when calling waitForNavigation after disconnect [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should throw when used after isConnected returns false [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should timeout in connect while connecting [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should timeout in socket while connecting [pass]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server should upload large file [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server socks proxy should check proxy pattern on the client [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server socks proxy should forward non-forwarded requests [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server socks proxy should lead to the error page for forwarded requests when the connection is refused [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server socks proxy should proxy based on the pattern [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server socks proxy should proxy ipv6 localhost requests @smoke [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server socks proxy should proxy local.playwright requests [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server socks proxy should proxy localhost requests @smoke [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts run-server socks proxy should proxy localhost requests from fetch api [fail]
bidi-firefox-beta-library library/browsertype-connect.spec.ts should refuse connecting when versions do not match [pass]
bidi-firefox-beta-library library/browsertype-launch-selenium.spec.ts selenium grid 3.141.59 hub + node chromium [unknown]
bidi-firefox-beta-library library/browsertype-launch-selenium.spec.ts selenium grid 3.141.59 standalone chromium [unknown]
bidi-firefox-beta-library library/browsertype-launch-selenium.spec.ts selenium grid 3.141.59 standalone chromium through run-driver [unknown]
bidi-firefox-beta-library library/browsertype-launch-selenium.spec.ts selenium grid 3.141.59 standalone non-chromium [unknown]
bidi-firefox-beta-library library/browsertype-launch-selenium.spec.ts selenium grid 4.8.3 hub + node chromium [unknown]
bidi-firefox-beta-library library/browsertype-launch-selenium.spec.ts selenium grid 4.8.3 standalone chromium [unknown]
bidi-firefox-beta-library library/browsertype-launch-selenium.spec.ts selenium grid 4.8.3 standalone chromium broken driver [unknown]
bidi-firefox-beta-library library/browsertype-launch-server.spec.ts launch server should default to random wsPath [fail]
bidi-firefox-beta-library library/browsertype-launch-server.spec.ts launch server should fire "close" event during kill [fail]
bidi-firefox-beta-library library/browsertype-launch-server.spec.ts launch server should fire close event [fail]
bidi-firefox-beta-library library/browsertype-launch-server.spec.ts launch server should log protocol [fail]
bidi-firefox-beta-library library/browsertype-launch-server.spec.ts launch server should provide an error when ws endpoint is incorrect [fail]
bidi-firefox-beta-library library/browsertype-launch-server.spec.ts launch server should return child_process instance [fail]
bidi-firefox-beta-library library/browsertype-launch-server.spec.ts launch server should work [fail]
bidi-firefox-beta-library library/browsertype-launch-server.spec.ts launch server should work when wsPath is missing leading slash [fail]
bidi-firefox-beta-library library/browsertype-launch-server.spec.ts launch server should work with host [fail]
bidi-firefox-beta-library library/browsertype-launch-server.spec.ts launch server should work with port [fail]
bidi-firefox-beta-library library/browsertype-launch-server.spec.ts launch server should work with wsPath [fail]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should accept objects as options [pass]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should allow await using [pass]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should be callable twice [pass]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should fire close event for all contexts [pass]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should handle exception [pass]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should handle timeout [pass]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should reject all promises when browser is closed [pass]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should reject if executable path is invalid [pass]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should reject if launched browser fails immediately [fail]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should report launch log [pass]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should throw if page argument is passed [fail]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should throw if port option is passed [pass]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should throw if port option is passed for persistent context [pass]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should throw if userDataDir is passed as an argument [pass]
bidi-firefox-beta-library library/browsertype-launch.spec.ts should throw if userDataDir option is passed [pass]
bidi-firefox-beta-library library/capabilities.spec.ts Intl.ListFormat should work [pass]
bidi-firefox-beta-library library/capabilities.spec.ts SharedArrayBuffer should work @smoke [fail]
bidi-firefox-beta-library library/capabilities.spec.ts Web Assembly should work @smoke [pass]
bidi-firefox-beta-library library/capabilities.spec.ts WebSocket should work @smoke [pass]
bidi-firefox-beta-library library/capabilities.spec.ts loading in HTMLImageElement.prototype [pass]
bidi-firefox-beta-library library/capabilities.spec.ts make sure that XMLHttpRequest upload events are emitted correctly [pass]
bidi-firefox-beta-library library/capabilities.spec.ts navigator.clipboard should be present [pass]
bidi-firefox-beta-library library/capabilities.spec.ts requestFullscreen [fail]
bidi-firefox-beta-library library/capabilities.spec.ts service worker should cover the iframe [pass]
bidi-firefox-beta-library library/capabilities.spec.ts service worker should register in an iframe [pass]
bidi-firefox-beta-library library/capabilities.spec.ts serviceWorker should intercept document request [pass]
bidi-firefox-beta-library library/capabilities.spec.ts should not crash on page with mp4 @smoke [fail]
bidi-firefox-beta-library library/capabilities.spec.ts should not crash on showDirectoryPicker [unknown]
bidi-firefox-beta-library library/capabilities.spec.ts should not crash on storage.getDirectory() [pass]
bidi-firefox-beta-library library/capabilities.spec.ts should play audio @smoke [fail]
bidi-firefox-beta-library library/capabilities.spec.ts should play video @smoke [pass]
bidi-firefox-beta-library library/capabilities.spec.ts should play webm video @smoke [pass]
bidi-firefox-beta-library library/capabilities.spec.ts should respect CSP @smoke [fail]
bidi-firefox-beta-library library/capabilities.spec.ts should send no Content-Length header for GET requests with a Content-Type [pass]
bidi-firefox-beta-library library/capabilities.spec.ts should set CloseEvent.wasClean to false when the server terminates a WebSocket connection [fail]
bidi-firefox-beta-library library/capabilities.spec.ts should support webgl 2 @smoke [pass]
bidi-firefox-beta-library library/capabilities.spec.ts should support webgl @smoke [fail]
bidi-firefox-beta-library library/capabilities.spec.ts webkit should define window.safari [unknown]
bidi-firefox-beta-library library/capabilities.spec.ts window.GestureEvent in WebKit [pass]
bidi-firefox-beta-library library/channels.spec.ts exposeFunction should not leak [fail]
bidi-firefox-beta-library library/channels.spec.ts should not generate dispatchers for subresources w/o listeners [pass]
bidi-firefox-beta-library library/channels.spec.ts should scope CDPSession handles [unknown]
bidi-firefox-beta-library library/channels.spec.ts should scope browser handles [pass]
bidi-firefox-beta-library library/channels.spec.ts should scope context handles [pass]
bidi-firefox-beta-library library/channels.spec.ts should work with the domain module [timeout]
bidi-firefox-beta-library library/chromium/bfcache.spec.ts bindings should work after restoring from bfcache [fail]
bidi-firefox-beta-library library/chromium/chromium.spec.ts PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 serviceWorker(), and fromServiceWorker() work [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 setExtraHTTPHeaders [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 setOffline [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 should intercept only serviceworker request, not page [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 should intercept service worker importScripts [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 should intercept service worker requests (main and within) [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 should intercept service worker update requests [unknown]
bidi-firefox-beta-library library/chromium/chromium.spec.ts PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 should produce network events, routing, and annotations for Service Worker [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 should produce network events, routing, and annotations for Service Worker (advanced) [timeout]
bidi-firefox-beta-library 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]
bidi-firefox-beta-library library/chromium/chromium.spec.ts PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 should report failure (due to redirect) of main service worker request [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 should report intercepted service worker requests in HAR [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts Page.route should work with intervention headers [fail]
bidi-firefox-beta-library library/chromium/chromium.spec.ts http credentials httpCredentials [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts serviceWorkers() should return current workers [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts should close service worker together with the context [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts should create a worker from a service worker [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts should create a worker from service worker with noop routing [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts should emit new service worker on update [timeout]
bidi-firefox-beta-library library/chromium/chromium.spec.ts should not create a worker from a shared worker [pass]
bidi-firefox-beta-library library/chromium/chromium.spec.ts should pass args with spaces [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts emulate media should not be affected by second connectOverCDP [unknown]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts setInputFiles should preserve lastModified timestamp [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should allow tracing over cdp session [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should be able to connect via localhost [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should cleanup artifacts dir after connectOverCDP disconnects due to ws close [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should connect over a ws endpoint [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should connect to an existing cdp session [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should connect to an existing cdp session twice [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should connect to an existing cdp session when passed as a first argument [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should connect to existing page with iframe and navigate [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should connect to existing service workers [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should connect via https [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should connectOverCDP and manage downloads in default context [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should print custom ws close error [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should report all pages in an existing browser [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should report an expected error when the endpoint URL JSON webSocketDebuggerUrl is undefined [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should report an expected error when the endpointURL returns a non-expected status code [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should return valid browser from context.browser() [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should send default User-Agent header with connect request [timeout]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should send extra headers with connect request [timeout]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should use logger in default context [fail]
bidi-firefox-beta-library library/chromium/connect-over-cdp.spec.ts should use proxy with connectOverCDP [fail]
bidi-firefox-beta-library library/chromium/css-coverage.spec.ts should NOT report scripts across navigations [fail]
bidi-firefox-beta-library library/chromium/css-coverage.spec.ts should ignore injected stylesheets [fail]
bidi-firefox-beta-library library/chromium/css-coverage.spec.ts should report multiple stylesheets [fail]
bidi-firefox-beta-library library/chromium/css-coverage.spec.ts should report sourceURLs [fail]
bidi-firefox-beta-library library/chromium/css-coverage.spec.ts should report stylesheets across navigations [fail]
bidi-firefox-beta-library library/chromium/css-coverage.spec.ts should report stylesheets that have no coverage [fail]
bidi-firefox-beta-library library/chromium/css-coverage.spec.ts should work [fail]
bidi-firefox-beta-library library/chromium/css-coverage.spec.ts should work with a recently loaded stylesheet [fail]
bidi-firefox-beta-library library/chromium/css-coverage.spec.ts should work with complicated usecases [fail]
bidi-firefox-beta-library library/chromium/css-coverage.spec.ts should work with media queries [fail]
bidi-firefox-beta-library library/chromium/disable-web-security.spec.ts test init script w/ --disable-web-security [pass]
bidi-firefox-beta-library library/chromium/disable-web-security.spec.ts test utility world in popup w/ --disable-web-security [pass]
bidi-firefox-beta-library library/chromium/js-coverage.spec.ts should NOT report scripts across navigations when enabled [fail]
bidi-firefox-beta-library library/chromium/js-coverage.spec.ts should ignore eval() scripts by default [fail]
bidi-firefox-beta-library library/chromium/js-coverage.spec.ts should not hang when there is a debugger statement [fail]
bidi-firefox-beta-library library/chromium/js-coverage.spec.ts should report multiple scripts [fail]
bidi-firefox-beta-library library/chromium/js-coverage.spec.ts should report scripts across navigations when disabled [fail]
bidi-firefox-beta-library library/chromium/js-coverage.spec.ts should report sourceURLs [fail]
bidi-firefox-beta-library library/chromium/js-coverage.spec.ts should work [fail]
bidi-firefox-beta-library library/chromium/js-coverage.spec.ts shouldn't ignore eval() scripts if reportAnonymousScripts is true [fail]
bidi-firefox-beta-library library/chromium/launcher.spec.ts should not create pages automatically [fail]
bidi-firefox-beta-library library/chromium/launcher.spec.ts should not throw with remote-debugging-port argument [fail]
bidi-firefox-beta-library library/chromium/launcher.spec.ts should open devtools when "devtools: true" option is given [unknown]
bidi-firefox-beta-library library/chromium/launcher.spec.ts should return background pages [fail]
bidi-firefox-beta-library library/chromium/launcher.spec.ts should return background pages when recording video [fail]
bidi-firefox-beta-library library/chromium/launcher.spec.ts should support request/response events when using backgroundPage() [fail]
bidi-firefox-beta-library library/chromium/launcher.spec.ts should throw with remote-debugging-pipe argument [fail]
bidi-firefox-beta-library library/chromium/oopif.spec.ts ElementHandle.boundingBox() should work [pass]
bidi-firefox-beta-library library/chromium/oopif.spec.ts contentFrame should work [pass]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should allow cdp sessions on oopifs [fail]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should be able to click in iframe [fail]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should click [fail]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should click a button when it overlays oopif [fail]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should emit filechooser event for iframe [fail]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should emulate media [fail]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should emulate offline [fail]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should expose function [fail]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should get the proper viewport [unknown]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should handle oopif detach [pass]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should handle remote -> local -> remote transitions [pass]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should intercept response body from oopif [fail]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should load oopif iframes with subresources and route [pass]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should not throw on exposeFunction when oopif detaches [fail]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should report google.com frame with headed [pass]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should report main requests [pass]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should report oopif frames [pass]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should respect route [pass]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should support addInitScript [pass]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should support context options [fail]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should support exposeFunction [fail]
bidi-firefox-beta-library library/chromium/oopif.spec.ts should take screenshot [fail]
bidi-firefox-beta-library library/chromium/session.spec.ts should be able to detach session [fail]
bidi-firefox-beta-library library/chromium/session.spec.ts should detach when page closes [fail]
bidi-firefox-beta-library library/chromium/session.spec.ts should enable and disable domains independently [fail]
bidi-firefox-beta-library library/chromium/session.spec.ts should not break page.close() [fail]
bidi-firefox-beta-library library/chromium/session.spec.ts should only accept a page or frame [pass]
bidi-firefox-beta-library library/chromium/session.spec.ts should reject protocol calls when page closes [fail]
bidi-firefox-beta-library library/chromium/session.spec.ts should send events [fail]
bidi-firefox-beta-library library/chromium/session.spec.ts should throw if target is part of main [fail]
bidi-firefox-beta-library library/chromium/session.spec.ts should throw nice errors [fail]
bidi-firefox-beta-library library/chromium/session.spec.ts should work [fail]
bidi-firefox-beta-library library/chromium/session.spec.ts should work with main frame [fail]
bidi-firefox-beta-library library/chromium/session.spec.ts should work with newBrowserCDPSession [fail]
bidi-firefox-beta-library library/chromium/tracing.spec.ts should create directories as needed [fail]
bidi-firefox-beta-library library/chromium/tracing.spec.ts should output a trace [fail]
bidi-firefox-beta-library library/chromium/tracing.spec.ts should return a buffer [fail]
bidi-firefox-beta-library library/chromium/tracing.spec.ts should run with custom categories if provided [fail]
bidi-firefox-beta-library library/chromium/tracing.spec.ts should support a buffer without a path [fail]
bidi-firefox-beta-library library/chromium/tracing.spec.ts should throw if tracing on two pages [fail]
bidi-firefox-beta-library library/chromium/tracing.spec.ts should work without options [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser persistentContext should pass with matching certificates [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser persistentContext validate input [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should fail with matching certificates in legacy pfx format [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should fail with no client certificates [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should fail with self-signed client certificates [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should handle TLS renegotiation with client certificates [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should handle rejected certificate in handshake with HTTP/2 [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should have ignoreHTTPSErrors=false by default [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should keep supporting http [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should not hang on tls errors during TLS 1.2 handshake [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should pass with matching certificates [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should pass with matching certificates and trailing slash [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should pass with matching certificates in pfx format [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should pass with matching certificates in pfx format when passing as content [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should pass with matching certificates on context APIRequestContext instance [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should pass with matching certificates when passing as content [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should return target connection errors when using http2 [unknown]
bidi-firefox-beta-library library/client-certificates.spec.ts browser should throw a http error if the pfx passphrase is incorect [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts browser support http2 [fail]
bidi-firefox-beta-library library/client-certificates.spec.ts browser support http2 if the browser only supports http1.1 [unknown]
bidi-firefox-beta-library library/client-certificates.spec.ts browser validate input [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts fetch pass with trusted client certificates [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts fetch pass with trusted client certificates in pfx format [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts fetch should fail with matching certificates in legacy pfx format [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts fetch should fail with no client certificates provided [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts fetch should keep supporting http [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts fetch should throw a http error if the pfx passphrase is incorect [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts fetch should throw with untrusted client certs [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts fetch should work in the browser with request interception [pass]
bidi-firefox-beta-library library/client-certificates.spec.ts fetch validate input [pass]
bidi-firefox-beta-library library/clock.spec.ts Intl API Creates a RelativeTimeFormat like normal [pass]
bidi-firefox-beta-library library/clock.spec.ts Intl API Executes formatRange like normal [pass]
bidi-firefox-beta-library library/clock.spec.ts Intl API Executes formatRangeToParts like normal [pass]
bidi-firefox-beta-library library/clock.spec.ts Intl API Executes resolvedOptions like normal [pass]
bidi-firefox-beta-library library/clock.spec.ts Intl API Executes supportedLocalesOf like normal [pass]
bidi-firefox-beta-library library/clock.spec.ts Intl API formatToParts via isFirstOfMonth -> Returns false when passed a timestamp argument that is not first of the month [pass]
bidi-firefox-beta-library library/clock.spec.ts Intl API formatToParts via isFirstOfMonth -> Returns false when passed no timestamp and system time is not first of the month [pass]
bidi-firefox-beta-library library/clock.spec.ts Intl API formatToParts via isFirstOfMonth -> Returns true when passed a timestamp argument that is first of the month [pass]
bidi-firefox-beta-library library/clock.spec.ts Intl API formatToParts via isFirstOfMonth -> Returns true when passed no timestamp and system time is first of the month [pass]
bidi-firefox-beta-library library/clock.spec.ts cancelAnimationFrame does not remove interval [pass]
bidi-firefox-beta-library library/clock.spec.ts cancelAnimationFrame does not remove timeout [pass]
bidi-firefox-beta-library library/clock.spec.ts cancelAnimationFrame ignores null argument [pass]
bidi-firefox-beta-library library/clock.spec.ts cancelAnimationFrame removes animation frame [pass]
bidi-firefox-beta-library library/clock.spec.ts cancelIdleCallback removes idle callback [pass]
bidi-firefox-beta-library library/clock.spec.ts clearInterval ignores null argument [pass]
bidi-firefox-beta-library library/clock.spec.ts clearInterval removes interval [pass]
bidi-firefox-beta-library library/clock.spec.ts clearInterval removes interval with undefined interval [pass]
bidi-firefox-beta-library library/clock.spec.ts clearInterval removes timeout [pass]
bidi-firefox-beta-library library/clock.spec.ts clearTimeout ignores null argument [pass]
bidi-firefox-beta-library library/clock.spec.ts clearTimeout removes interval [pass]
bidi-firefox-beta-library library/clock.spec.ts clearTimeout removes interval with undefined interval [pass]
bidi-firefox-beta-library library/clock.spec.ts clearTimeout removes timeout [pass]
bidi-firefox-beta-library library/clock.spec.ts date creates Date objects representing clock time [pass]
bidi-firefox-beta-library library/clock.spec.ts date creates real Date objects [pass]
bidi-firefox-beta-library library/clock.spec.ts date creates regular date when passing a date as RFC 2822 string [pass]
bidi-firefox-beta-library library/clock.spec.ts date creates regular date when passing a date as string [pass]
bidi-firefox-beta-library library/clock.spec.ts date creates regular date when passing timestamp [pass]
bidi-firefox-beta-library library/clock.spec.ts date creates regular date when passing y, m, d [pass]
bidi-firefox-beta-library library/clock.spec.ts date creates regular date when passing y, m, d, h [pass]
bidi-firefox-beta-library library/clock.spec.ts date creates regular date when passing y, m, d, h, m [pass]
bidi-firefox-beta-library library/clock.spec.ts date creates regular date when passing y, m, d, h, m, s [pass]
bidi-firefox-beta-library library/clock.spec.ts date creates regular date when passing y, m, d, h, m, s, ms [pass]
bidi-firefox-beta-library library/clock.spec.ts date creates regular date when passing year, month [pass]
bidi-firefox-beta-library library/clock.spec.ts date listens to system clock changes [pass]
bidi-firefox-beta-library library/clock.spec.ts date listens to ticking clock [pass]
bidi-firefox-beta-library library/clock.spec.ts date mirrors UTC method [pass]
bidi-firefox-beta-library library/clock.spec.ts date mirrors native Date.prototype [pass]
bidi-firefox-beta-library library/clock.spec.ts date mirrors parse method [pass]
bidi-firefox-beta-library library/clock.spec.ts date mirrors toUTCString method [pass]
bidi-firefox-beta-library library/clock.spec.ts date provides date constructor [pass]
bidi-firefox-beta-library library/clock.spec.ts date returns clock.now() [pass]
bidi-firefox-beta-library library/clock.spec.ts date returns date as string representing clock time [pass]
bidi-firefox-beta-library library/clock.spec.ts date returns date as string when called as function [pass]
bidi-firefox-beta-library library/clock.spec.ts date returns date as string when calling with arguments [pass]
bidi-firefox-beta-library library/clock.spec.ts date returns date as string when calling with timestamp [pass]
bidi-firefox-beta-library library/clock.spec.ts date supports now method if present [pass]
bidi-firefox-beta-library library/clock.spec.ts fastForward handles multiple pending timers and types [pass]
bidi-firefox-beta-library library/clock.spec.ts fastForward ignores timers which wouldn't be run [pass]
bidi-firefox-beta-library library/clock.spec.ts fastForward pushes back execution time for skipped timers [pass]
bidi-firefox-beta-library library/clock.spec.ts pauseAt fire target timers [pass]
bidi-firefox-beta-library library/clock.spec.ts pauseAt pause at target time [pass]
bidi-firefox-beta-library library/clock.spec.ts pauseAt returns consumed clicks [pass]
bidi-firefox-beta-library library/clock.spec.ts performance.now() should listen to multiple ticks in performance.now [pass]
bidi-firefox-beta-library library/clock.spec.ts performance.now() should run along with clock.tick [pass]
bidi-firefox-beta-library library/clock.spec.ts performance.now() should run with ticks with timers set [pass]
bidi-firefox-beta-library library/clock.spec.ts performance.now() should start at 0 [pass]
bidi-firefox-beta-library library/clock.spec.ts requestAnimationFrame returns numeric id or object with numeric id [pass]
bidi-firefox-beta-library library/clock.spec.ts requestAnimationFrame returns unique id [pass]
bidi-firefox-beta-library library/clock.spec.ts requestAnimationFrame should be called with performance.now() even when performance unavailable [pass]
bidi-firefox-beta-library library/clock.spec.ts requestAnimationFrame should be called with performance.now() when available [pass]
bidi-firefox-beta-library library/clock.spec.ts requestAnimationFrame should call callback once [pass]
bidi-firefox-beta-library library/clock.spec.ts requestAnimationFrame should properly schedule callback for 3rd frame [pass]
bidi-firefox-beta-library library/clock.spec.ts requestAnimationFrame should run every 16ms [pass]
bidi-firefox-beta-library library/clock.spec.ts requestAnimationFrame should schedule for next frame if on current frame [pass]
bidi-firefox-beta-library library/clock.spec.ts requestAnimationFrame should schedule two callbacks before the next frame at the same time [pass]
bidi-firefox-beta-library library/clock.spec.ts requestAnimationFrame throws if no arguments [pass]
bidi-firefox-beta-library library/clock.spec.ts requestIdleCallback doesn't runs if there are any timers and no timeout option [pass]
bidi-firefox-beta-library library/clock.spec.ts requestIdleCallback returns numeric id [pass]
bidi-firefox-beta-library library/clock.spec.ts requestIdleCallback returns unique id [pass]
bidi-firefox-beta-library library/clock.spec.ts requestIdleCallback runs after all timers [pass]
bidi-firefox-beta-library library/clock.spec.ts requestIdleCallback runs no later than timeout option even if there are any timers [pass]
bidi-firefox-beta-library library/clock.spec.ts requestIdleCallback throws if no arguments [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor calls function with global object or null (strict mode) as this [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor creates updated Date while ticking [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor creates updated Date while ticking promises [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor does not fire canceled intervals [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor does not fire intervals canceled in a promise [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor does not silently catch errors [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor does not trigger without sufficient delay [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor fires nested setTimeout calls in user-created promises properly [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor fires nested setTimeout calls properly [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor fires promise timers in correct order [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor fires timer in intervals of "13" [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor fires timer in intervals of 13 [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor fires timers in correct order [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor is not influenced by forward system clock changes [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor is not influenced by forward system clock changes 2 [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor is not influenced by forward system clock changes in promises [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor is not influenced by forward system clock changes when an error is thrown [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor is not influenced by forward system clock changes when an error is thrown 2 [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor mini integration test [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor should settle chained user-created promises [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor should settle local nested promises before calling timeouts [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor should settle local promises before calling timeouts [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor should settle multiple user-created promises [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor should settle nested user-created promises [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor should settle user-created promises [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor should settle user-created promises before calling more timeouts [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor should settle user-created promises even if some throw [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor throws for negative minutes [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor throws on negative ticks [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor triggers after sufficient delay [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor triggers even when some throw [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor triggers immediately without specified delay [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor triggers in the order scheduled [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor triggers multiple simultaneous timers [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor triggers multiple simultaneous timers with zero callAt [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor triggers simultaneous timers [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor triggers timeouts and intervals in the order scheduled [pass]
bidi-firefox-beta-library library/clock.spec.ts runFor waits after setTimeout was called [pass]
bidi-firefox-beta-library library/clock.spec.ts setInterval does not schedule recurring timeout when cleared [pass]
bidi-firefox-beta-library library/clock.spec.ts setInterval does not throw if |undefined| or |null| is passed as a callback [pass]
bidi-firefox-beta-library library/clock.spec.ts setInterval is not influenced by backward system clock changes [pass]
bidi-firefox-beta-library library/clock.spec.ts setInterval is not influenced by forward system clock changes [pass]
bidi-firefox-beta-library library/clock.spec.ts setInterval passes setTimeout parameters [pass]
bidi-firefox-beta-library library/clock.spec.ts setInterval returns numeric id or object with numeric id [pass]
bidi-firefox-beta-library library/clock.spec.ts setInterval returns unique id [pass]
bidi-firefox-beta-library library/clock.spec.ts setInterval schedules recurring timeout [pass]
bidi-firefox-beta-library library/clock.spec.ts setInterval throws if no arguments [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout calls correct timeout on recursive tick [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout does not depend on this [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout does not throw if |undefined| or |null| is passed as a callback [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout is not influenced by backward system clock changes [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout is not influenced by forward system clock changes [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout parses no-numeric string times [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout parses numeric string times [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout passes setTimeout parameters [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout returns numeric id or object with numeric id [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout returns unique id [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout sets timers on instance [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout starts id from a large number [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout throws if no arguments [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout use of eval when not in node evals non-function callbacks [pass]
bidi-firefox-beta-library library/clock.spec.ts setTimeout use of eval when not in node only evals on global scope [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers deletes global property on uninstall if it was inherited onto the global object [unknown]
bidi-firefox-beta-library library/clock.spec.ts stubTimers does not fake methods not provided [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers fake Date constructor should mirror Date's properties [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers fakes Date constructor [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers fakes provided methods [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers global fake setTimeout should return id [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers mirrors custom Date properties [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers replace Event.prototype.timeStamp [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers replaces global clearInterval [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers replaces global clearTimeout [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers replaces global performance.now [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers replaces global setInterval [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers replaces global setTimeout [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers resets faked methods [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers returns clock object [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers sets initial timestamp [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers should let performance.mark still be callable after install() (#136) [unknown]
bidi-firefox-beta-library library/clock.spec.ts stubTimers should not alter the global performance properties and methods [unknown]
bidi-firefox-beta-library library/clock.spec.ts stubTimers should replace the getEntries, getEntriesByX methods with noops that return [] [unknown]
bidi-firefox-beta-library library/clock.spec.ts stubTimers takes an object parameter [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers uninstalls Date constructor [pass]
bidi-firefox-beta-library library/clock.spec.ts stubTimers uninstalls global performance.now [pass]
bidi-firefox-beta-library library/clock.spec.ts works with concurrent runFor calls [pass]
bidi-firefox-beta-library library/clock.spec.ts works with slow setTimeout in busy embedder [pass]
bidi-firefox-beta-library library/clock.spec.ts works with slow setTimeout in busy embedder when not paused [pass]
bidi-firefox-beta-library library/component-parser.spec.ts should escape [pass]
bidi-firefox-beta-library library/component-parser.spec.ts should parse [pass]
bidi-firefox-beta-library library/component-parser.spec.ts should parse all operators [pass]
bidi-firefox-beta-library library/component-parser.spec.ts should parse bool [pass]
bidi-firefox-beta-library library/component-parser.spec.ts should parse float values [pass]
bidi-firefox-beta-library library/component-parser.spec.ts should parse identifiers [pass]
bidi-firefox-beta-library library/component-parser.spec.ts should parse int values [pass]
bidi-firefox-beta-library library/component-parser.spec.ts should parse regex [pass]
bidi-firefox-beta-library library/component-parser.spec.ts should parse short attributes [pass]
bidi-firefox-beta-library library/component-parser.spec.ts should parse unquoted string [pass]
bidi-firefox-beta-library library/component-parser.spec.ts should throw on malformed selector [pass]
bidi-firefox-beta-library library/component-parser.spec.ts should tolerate spacing [pass]
bidi-firefox-beta-library library/css-parser.spec.ts should parse css [pass]
bidi-firefox-beta-library library/css-parser.spec.ts should throw on malformed css [pass]
bidi-firefox-beta-library library/debug-controller.spec.ts should highlight all [fail]
bidi-firefox-beta-library library/debug-controller.spec.ts should navigate all [fail]
bidi-firefox-beta-library library/debug-controller.spec.ts should pick element [fail]
bidi-firefox-beta-library library/debug-controller.spec.ts should record [fail]
bidi-firefox-beta-library library/debug-controller.spec.ts should record custom data-testid [fail]
bidi-firefox-beta-library library/debug-controller.spec.ts should report pages [fail]
bidi-firefox-beta-library library/debug-controller.spec.ts should reset for reuse [fail]
bidi-firefox-beta-library library/debug-controller.spec.ts should reset routes before reuse [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-1.spec.ts context.addCookies() should work [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-1.spec.ts context.clearCookies() should work [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-1.spec.ts context.cookies() should work @smoke [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-1.spec.ts should support acceptDownloads option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-1.spec.ts should support bypassCSP option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-1.spec.ts should support deviceScaleFactor option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-1.spec.ts should support httpCredentials option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-1.spec.ts should support javascriptEnabled option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-1.spec.ts should support offline option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-1.spec.ts should support userAgent option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-1.spec.ts should support viewport option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-1.spec.ts should(not) block third party cookies [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts coverage should work [unknown]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should accept userDataDir [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should connect to a browser with the default page [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should create userDataDir if it does not exist [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should fire close event for a persistent context [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should handle exception [timeout]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should handle timeout [pass]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should have default URL when launching browser [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should have passed URL when launching with ignoreDefaultArgs: true [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should respect selectors [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should restore state from userDataDir [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should support colorScheme option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should support extraHTTPHeaders option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should support forcedColors option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should support geolocation and permissions options [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should support har option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should support hasTouch option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should support ignoreHTTPSErrors option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should support locale option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should support reducedMotion option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should support timezoneId option [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should throw if page argument is passed [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts should work in persistent context [fail]
bidi-firefox-beta-library library/defaultbrowsercontext-2.spec.ts user agent is up to date [fail]
bidi-firefox-beta-library library/download.spec.ts download event should be able to cancel pending downloads [fail]
bidi-firefox-beta-library library/download.spec.ts download event should close the context without awaiting the download [fail]
bidi-firefox-beta-library library/download.spec.ts download event should close the context without awaiting the failed download [unknown]
bidi-firefox-beta-library library/download.spec.ts download event should create subdirectories when saving to non-existent user-specified path [fail]
bidi-firefox-beta-library library/download.spec.ts download event should delete downloads on browser gone [fail]
bidi-firefox-beta-library library/download.spec.ts download event should delete downloads on context destruction [fail]
bidi-firefox-beta-library library/download.spec.ts download event should delete file [fail]
bidi-firefox-beta-library library/download.spec.ts download event should download large binary.zip [fail]
bidi-firefox-beta-library library/download.spec.ts download event should emit download event from nested iframes [timeout]
bidi-firefox-beta-library library/download.spec.ts download event should error when saving after deletion [fail]
bidi-firefox-beta-library library/download.spec.ts download event should error when saving with downloads disabled [fail]
bidi-firefox-beta-library library/download.spec.ts download event should expose stream [fail]
bidi-firefox-beta-library library/download.spec.ts download event should not fail explicitly to cancel a download even if that is already finished [fail]
bidi-firefox-beta-library library/download.spec.ts download event should report alt-click downloads [fail]
bidi-firefox-beta-library library/download.spec.ts download event should report download path within page.on('download', …) handler for Blobs [timeout]
bidi-firefox-beta-library library/download.spec.ts download event should report download path within page.on('download', …) handler for Files [fail]
bidi-firefox-beta-library library/download.spec.ts download event should report download when navigation turns into download @smoke [timeout]
bidi-firefox-beta-library library/download.spec.ts download event should report downloads for download attribute [fail]
bidi-firefox-beta-library library/download.spec.ts download event should report downloads with acceptDownloads: false [fail]
bidi-firefox-beta-library library/download.spec.ts download event should report downloads with acceptDownloads: true [fail]
bidi-firefox-beta-library library/download.spec.ts download event should report downloads with interception [fail]
bidi-firefox-beta-library library/download.spec.ts download event should report new window downloads [fail]
bidi-firefox-beta-library library/download.spec.ts download event should report non-navigation downloads [fail]
bidi-firefox-beta-library library/download.spec.ts download event should report proper download url when download is from download attribute [fail]
bidi-firefox-beta-library library/download.spec.ts download event should save to overwritten filepath [fail]
bidi-firefox-beta-library library/download.spec.ts download event should save to two different paths with multiple saveAs calls [fail]
bidi-firefox-beta-library library/download.spec.ts download event should save to user-specified path without updating original path [fail]
bidi-firefox-beta-library library/download.spec.ts download event should throw if browser dies [fail]
bidi-firefox-beta-library library/download.spec.ts download event should work with Cross-Origin-Opener-Policy [timeout]
bidi-firefox-beta-library library/download.spec.ts should be able to download a PDF file [fail]
bidi-firefox-beta-library library/download.spec.ts should be able to download a inline PDF file via navigation [fail]
bidi-firefox-beta-library library/download.spec.ts should be able to download a inline PDF file via response interception [fail]
bidi-firefox-beta-library library/download.spec.ts should convert navigation to a resource with unsupported mime type into download [timeout]
bidi-firefox-beta-library library/download.spec.ts should download even if there is no "attachment" value [fail]
bidi-firefox-beta-library library/download.spec.ts should download links with data url [fail]
bidi-firefox-beta-library library/download.spec.ts should download successfully when routing [fail]
bidi-firefox-beta-library library/download.spec.ts should save to user-specified path [fail]
bidi-firefox-beta-library library/downloads-path.spec.ts downloads path should accept downloads in persistent context [fail]
bidi-firefox-beta-library library/downloads-path.spec.ts downloads path should delete downloads when context closes [fail]
bidi-firefox-beta-library library/downloads-path.spec.ts downloads path should delete downloads when persistent context closes [fail]
bidi-firefox-beta-library library/downloads-path.spec.ts downloads path should keep downloadsPath folder [fail]
bidi-firefox-beta-library library/downloads-path.spec.ts downloads path should report downloads in downloadsPath folder [fail]
bidi-firefox-beta-library library/downloads-path.spec.ts downloads path should report downloads in downloadsPath folder with a relative path [fail]
bidi-firefox-beta-library library/emulation-focus.spec.ts should change document.activeElement [pass]
bidi-firefox-beta-library library/emulation-focus.spec.ts should change focused iframe [pass]
bidi-firefox-beta-library library/emulation-focus.spec.ts should focus popups by default [fail]
bidi-firefox-beta-library library/emulation-focus.spec.ts should focus with more than one page/context [fail]
bidi-firefox-beta-library library/emulation-focus.spec.ts should not affect mouse event target page [pass]
bidi-firefox-beta-library library/emulation-focus.spec.ts should not affect screenshots [fail]
bidi-firefox-beta-library library/emulation-focus.spec.ts should not fire blur events when interacting with more than one page/context [fail]
bidi-firefox-beta-library library/emulation-focus.spec.ts should provide target for keyboard events [pass]
bidi-firefox-beta-library library/emulation-focus.spec.ts should think that all pages are focused @smoke [fail]
bidi-firefox-beta-library library/emulation-focus.spec.ts should think that it is focused by default [pass]
bidi-firefox-beta-library library/emulation-focus.spec.ts should trigger hover state concurrently [fail]
bidi-firefox-beta-library library/events/add-listeners.spec.ts EventEmitter tests Listener order [pass]
bidi-firefox-beta-library library/events/add-listeners.spec.ts EventEmitter tests listener type check [pass]
bidi-firefox-beta-library library/events/add-listeners.spec.ts EventEmitter tests set max listeners test [pass]
bidi-firefox-beta-library library/events/add-listeners.spec.ts EventEmitter tests should work [pass]
bidi-firefox-beta-library library/events/check-listener-leaks.spec.ts _maxListeners still has precedence over defaultMaxListeners [pass]
bidi-firefox-beta-library library/events/check-listener-leaks.spec.ts defaultMaxListeners [pass]
bidi-firefox-beta-library library/events/check-listener-leaks.spec.ts process-wide [pass]
bidi-firefox-beta-library library/events/events-list.spec.ts EventEmitter should maintain event names correctly [pass]
bidi-firefox-beta-library library/events/listener-count.spec.ts Listener count test [pass]
bidi-firefox-beta-library library/events/listeners-side-effects.spec.ts listeners empty check [pass]
bidi-firefox-beta-library library/events/listeners.spec.ts Array copy modification does not modify orig [pass]
bidi-firefox-beta-library library/events/listeners.spec.ts EventEmitter listeners with one listener [pass]
bidi-firefox-beta-library library/events/listeners.spec.ts EventEmitter with no members [pass]
bidi-firefox-beta-library library/events/listeners.spec.ts Modify array copy after multiple adds [pass]
bidi-firefox-beta-library library/events/listeners.spec.ts listeners and once [pass]
bidi-firefox-beta-library library/events/listeners.spec.ts listeners on prototype [pass]
bidi-firefox-beta-library library/events/listeners.spec.ts listeners with conflicting types [pass]
bidi-firefox-beta-library library/events/listeners.spec.ts raw listeners [pass]
bidi-firefox-beta-library library/events/listeners.spec.ts raw listeners order [pass]
bidi-firefox-beta-library library/events/max-listeners.spec.ts emit maxListeners on e [pass]
bidi-firefox-beta-library library/events/method-names.spec.ts EventEmitter prototype test [pass]
bidi-firefox-beta-library library/events/modify-in-emit.spec.ts add and remove listeners [pass]
bidi-firefox-beta-library library/events/modify-in-emit.spec.ts removing callbacks in emit [pass]
bidi-firefox-beta-library library/events/num-args.spec.ts should work [pass]
bidi-firefox-beta-library library/events/once.spec.ts once() has different code paths based on the number of arguments being emitted [pass]
bidi-firefox-beta-library library/events/once.spec.ts should work [pass]
bidi-firefox-beta-library library/events/prepend.spec.ts EventEmitter functionality [pass]
bidi-firefox-beta-library library/events/prepend.spec.ts Verify that the listener must be a function [pass]
bidi-firefox-beta-library library/events/remove-all-listeners-wait.spec.ts should not throw with ignoreErrors [pass]
bidi-firefox-beta-library library/events/remove-all-listeners-wait.spec.ts should wait [pass]
bidi-firefox-beta-library library/events/remove-all-listeners-wait.spec.ts should wait all [pass]
bidi-firefox-beta-library library/events/remove-all-listeners-wait.spec.ts wait should throw [pass]
bidi-firefox-beta-library library/events/remove-all-listeners.spec.ts listener count after removeAllListeners [pass]
bidi-firefox-beta-library library/events/remove-all-listeners.spec.ts listeners [pass]
bidi-firefox-beta-library library/events/remove-all-listeners.spec.ts removeAllListeners on undefined _events [pass]
bidi-firefox-beta-library library/events/remove-all-listeners.spec.ts removeAllListeners removes all listeners [pass]
bidi-firefox-beta-library library/events/remove-all-listeners.spec.ts removeAllListeners returns EventEmitter [pass]
bidi-firefox-beta-library library/events/remove-all-listeners.spec.ts removeAllListeners with no event type [pass]
bidi-firefox-beta-library library/events/remove-listeners.spec.ts Eighth test [pass]
bidi-firefox-beta-library library/events/remove-listeners.spec.ts Fifth test [pass]
bidi-firefox-beta-library library/events/remove-listeners.spec.ts First test [pass]
bidi-firefox-beta-library library/events/remove-listeners.spec.ts Fourth test [pass]
bidi-firefox-beta-library library/events/remove-listeners.spec.ts Ninth test [pass]
bidi-firefox-beta-library library/events/remove-listeners.spec.ts Second test [pass]
bidi-firefox-beta-library library/events/remove-listeners.spec.ts Seventh test [pass]
bidi-firefox-beta-library library/events/remove-listeners.spec.ts Sixth test [pass]
bidi-firefox-beta-library library/events/remove-listeners.spec.ts Tenth test [pass]
bidi-firefox-beta-library library/events/remove-listeners.spec.ts Third test [pass]
bidi-firefox-beta-library library/events/set-max-listeners-side-effects.spec.ts set max listeners test [pass]
bidi-firefox-beta-library library/events/special-event-names.spec.ts should support special event names [pass]
bidi-firefox-beta-library library/events/subclass.spec.ts MyEE2 instance [pass]
bidi-firefox-beta-library library/events/subclass.spec.ts myee instance [pass]
bidi-firefox-beta-library library/events/symbols.spec.ts should support symbols [pass]
bidi-firefox-beta-library library/favicon.spec.ts should load svg favicon with prefer-color-scheme [unknown]
bidi-firefox-beta-library library/fetch-proxy.spec.ts context request should pick up proxy credentials [timeout]
bidi-firefox-beta-library library/fetch-proxy.spec.ts global request should pick up proxy credentials [pass]
bidi-firefox-beta-library library/fetch-proxy.spec.ts should support proxy.bypass [pass]
bidi-firefox-beta-library library/fetch-proxy.spec.ts should use socks proxy [pass]
bidi-firefox-beta-library library/fetch-proxy.spec.ts should work with context level proxy [pass]
bidi-firefox-beta-library library/firefox/launcher.spec.ts should pass firefox user preferences [fail]
bidi-firefox-beta-library library/firefox/launcher.spec.ts should pass firefox user preferences in persistent [fail]
bidi-firefox-beta-library library/geolocation.spec.ts should isolate contexts [fail]
bidi-firefox-beta-library library/geolocation.spec.ts should not modify passed default options object [pass]
bidi-firefox-beta-library library/geolocation.spec.ts should throw when invalid longitude [fail]
bidi-firefox-beta-library library/geolocation.spec.ts should throw with missing latitude [pass]
bidi-firefox-beta-library library/geolocation.spec.ts should throw with missing longitude in default options [pass]
bidi-firefox-beta-library library/geolocation.spec.ts should use context options [timeout]
bidi-firefox-beta-library library/geolocation.spec.ts should use context options for popup [timeout]
bidi-firefox-beta-library library/geolocation.spec.ts should work @smoke [timeout]
bidi-firefox-beta-library library/geolocation.spec.ts watchPosition should be notified [timeout]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should do case-insensitive match of cookie domain [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should do case-insensitive match of request domain [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should export cookies to storage state [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should filter outgoing cookies by domain [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should filter outgoing cookies by path [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should override cookie from Set-Cookie header [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should override cookie from Set-Cookie header even if it expired [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should preserve local storage on import/export of storage state [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should remove cookie with expires far in the past [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should remove cookie with negative max-age [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should remove expired cookies [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should send cookies from storage state [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should send not expired cookies [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should send secure cookie over http for localhost [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should send secure cookie over https [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should store cookie from Set-Cookie header [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should store cookie from Set-Cookie header even if it contains equal signs [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts should work with empty storage state [pass]
bidi-firefox-beta-library library/global-fetch-cookie.spec.ts storage state should round-trip through file [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts delete should work @smoke [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts fetch should work @smoke [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts get should work @smoke [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts head should work @smoke [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts patch should work @smoke [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts post should work @smoke [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts put should work @smoke [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should abort redirected requests when context is disposed [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should abort requests when context is disposed [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should accept already serialized data as Buffer when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should be able to construct with context options [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should dispose global request [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should have nice toString [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should json stringify array body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should json stringify bool (false) body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should json stringify bool body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should json stringify literal string undefined body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should json stringify null body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should json stringify number (falsey) body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should json stringify number body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should json stringify object body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should json stringify string (falsey) body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should json stringify string body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should keep headers capitalization [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should not double stringify array body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should not double stringify bool (false) body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should not double stringify bool body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should not double stringify literal string undefined body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should not double stringify null body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should not double stringify number (falsey) body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should not double stringify number body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should not double stringify object body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should not double stringify string (falsey) body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should not double stringify string body when content-type is application/json [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should not fail on empty body with encoding [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should not follow redirects when maxRedirects is set to 0 [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should propagate extra http headers with redirects [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should propagate ignoreHTTPSErrors on redirects [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should remove content-length from redirected post requests [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should resolve url relative to global baseURL option [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should retry ECONNRESET [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should return body for failing requests [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should return empty body [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should return error with correct credentials and mismatching hostname [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should return error with correct credentials and mismatching port [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should return error with correct credentials and mismatching scheme [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should return error with wrong credentials [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should serialize post data on the client [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should set playwright as user-agent [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should support HTTPCredentials.send [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should support WWW-Authenticate: Basic [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should support global httpCredentials option [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should support global ignoreHTTPSErrors option [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should support global timeout option [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should support global userAgent option [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should throw after dispose [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should throw an error when maxRedirects is exceeded [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should throw an error when maxRedirects is less than 0 [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should work with correct credentials and matching origin [pass]
bidi-firefox-beta-library library/global-fetch.spec.ts should work with correct credentials and matching origin case insensitive [pass]
bidi-firefox-beta-library library/har.spec.ts should attach content [fail]
bidi-firefox-beta-library library/har.spec.ts should calculate time [pass]
bidi-firefox-beta-library library/har.spec.ts should contain http2 for http2 requests [fail]
bidi-firefox-beta-library library/har.spec.ts should filter by glob [pass]
bidi-firefox-beta-library library/har.spec.ts should filter by regexp [pass]
bidi-firefox-beta-library library/har.spec.ts should filter favicon and favicon redirects [unknown]
bidi-firefox-beta-library library/har.spec.ts should have -1 _transferSize when its a failed request [pass]
bidi-firefox-beta-library library/har.spec.ts should have browser [fail]
bidi-firefox-beta-library library/har.spec.ts should have connection details [fail]
bidi-firefox-beta-library library/har.spec.ts should have connection details for failed requests [fail]
bidi-firefox-beta-library library/har.spec.ts should have connection details for redirects [fail]
bidi-firefox-beta-library library/har.spec.ts should have different hars for concurrent contexts [fail]
bidi-firefox-beta-library library/har.spec.ts should have pages [pass]
bidi-firefox-beta-library library/har.spec.ts should have pages in persistent context [fail]
bidi-firefox-beta-library library/har.spec.ts should have popup requests [fail]
bidi-firefox-beta-library library/har.spec.ts should have security details [fail]
bidi-firefox-beta-library library/har.spec.ts should have version and creator [pass]
bidi-firefox-beta-library library/har.spec.ts should include API request [pass]
bidi-firefox-beta-library library/har.spec.ts should include binary postData [fail]
bidi-firefox-beta-library library/har.spec.ts should include content @smoke [fail]
bidi-firefox-beta-library library/har.spec.ts should include cookies [pass]
bidi-firefox-beta-library library/har.spec.ts should include form params [fail]
bidi-firefox-beta-library library/har.spec.ts should include postData [fail]
bidi-firefox-beta-library library/har.spec.ts should include query params [pass]
bidi-firefox-beta-library library/har.spec.ts should include redirectURL [pass]
bidi-firefox-beta-library library/har.spec.ts should include request [pass]
bidi-firefox-beta-library library/har.spec.ts should include response [pass]
bidi-firefox-beta-library library/har.spec.ts should include secure set-cookies [fail]
bidi-firefox-beta-library library/har.spec.ts should include set-cookies [fail]
bidi-firefox-beta-library library/har.spec.ts should include set-cookies with comma [fail]
bidi-firefox-beta-library library/har.spec.ts should include sizes [fail]
bidi-firefox-beta-library library/har.spec.ts should not contain internal pages [pass]
bidi-firefox-beta-library library/har.spec.ts should not hang on resources served from cache [fail]
bidi-firefox-beta-library library/har.spec.ts should not hang on slow chunked response [fail]
bidi-firefox-beta-library library/har.spec.ts should omit content [pass]
bidi-firefox-beta-library library/har.spec.ts should omit content legacy [pass]
bidi-firefox-beta-library library/har.spec.ts should record failed request headers [pass]
bidi-firefox-beta-library library/har.spec.ts should record failed request overrides [timeout]
bidi-firefox-beta-library library/har.spec.ts should record request overrides [timeout]
bidi-firefox-beta-library library/har.spec.ts should report the correct _transferSize with PNG files [fail]
bidi-firefox-beta-library library/har.spec.ts should report the correct request body size [pass]
bidi-firefox-beta-library library/har.spec.ts should report the correct request body size when the bodySize is 0 [pass]
bidi-firefox-beta-library library/har.spec.ts should report the correct response body size when the bodySize is 0 [pass]
bidi-firefox-beta-library library/har.spec.ts should return receive time [pass]
bidi-firefox-beta-library library/har.spec.ts should return security details directly from response [fail]
bidi-firefox-beta-library library/har.spec.ts should return server address directly from response [fail]
bidi-firefox-beta-library library/har.spec.ts should skip invalid Expires [pass]
bidi-firefox-beta-library library/har.spec.ts should throw without path [pass]
bidi-firefox-beta-library library/har.spec.ts should use attach mode for zip extension [fail]
bidi-firefox-beta-library library/har.spec.ts should work with gzip compression [fail]
bidi-firefox-beta-library library/headful.spec.ts Page.bringToFront should work [fail]
bidi-firefox-beta-library library/headful.spec.ts headless and headful should use same default fonts [fail]
bidi-firefox-beta-library library/headful.spec.ts should click background tab [fail]
bidi-firefox-beta-library library/headful.spec.ts should click bottom row w/ infobar in OOPIF [fail]
bidi-firefox-beta-library library/headful.spec.ts should click in OOPIF [fail]
bidi-firefox-beta-library library/headful.spec.ts should click when viewport size is larger than screen [fail]
bidi-firefox-beta-library library/headful.spec.ts should close browser after context menu was triggered [pass]
bidi-firefox-beta-library library/headful.spec.ts should close browser with beforeunload page [fail]
bidi-firefox-beta-library library/headful.spec.ts should close browsercontext with pending beforeunload dialog [fail]
bidi-firefox-beta-library library/headful.spec.ts should dispatch click events to oversized viewports [pass]
bidi-firefox-beta-library library/headful.spec.ts should have default url when launching browser @smoke [fail]
bidi-firefox-beta-library library/headful.spec.ts should not block third party SameSite=None cookies [fail]
bidi-firefox-beta-library library/headful.spec.ts should not crash when creating second context [pass]
bidi-firefox-beta-library library/headful.spec.ts should not override viewport size when passed null [pass]
bidi-firefox-beta-library library/headful.spec.ts should(not) block third party cookies [fail]
bidi-firefox-beta-library library/hit-target.spec.ts should block all events when hit target is wrong [pass]
bidi-firefox-beta-library library/hit-target.spec.ts should block all events when hit target is wrong and element detaches [pass]
bidi-firefox-beta-library library/hit-target.spec.ts should block click when mousedown fails [pass]
bidi-firefox-beta-library library/hit-target.spec.ts should click an element inside closed shadow root [fail]
bidi-firefox-beta-library library/hit-target.spec.ts should click in custom element [fail]
bidi-firefox-beta-library library/hit-target.spec.ts should click in iframe with padding [fail]
bidi-firefox-beta-library library/hit-target.spec.ts should click in iframe with padding 2 [fail]
bidi-firefox-beta-library library/hit-target.spec.ts should click into frame inside closed shadow root [fail]
bidi-firefox-beta-library library/hit-target.spec.ts should click the button again after document.write [pass]
bidi-firefox-beta-library library/hit-target.spec.ts should click when element detaches in mousedown [pass]
bidi-firefox-beta-library library/hit-target.spec.ts should detect overlaid element in a transformed iframe [fail]
bidi-firefox-beta-library library/hit-target.spec.ts should detect overlay from another shadow root [fail]
bidi-firefox-beta-library library/hit-target.spec.ts should not block programmatic events [pass]
bidi-firefox-beta-library library/hit-target.spec.ts should not click an element overlaying iframe with the target [fail]
bidi-firefox-beta-library library/hit-target.spec.ts should not click iframe overlaying the target [fail]
bidi-firefox-beta-library library/hit-target.spec.ts should work with block inside inline [fail]
bidi-firefox-beta-library library/hit-target.spec.ts should work with block inside inline in shadow dom [fail]
bidi-firefox-beta-library library/hit-target.spec.ts should work with block-block-block inside inline-inline [fail]
bidi-firefox-beta-library library/hit-target.spec.ts should work with drag and drop that moves the element under cursor [pass]
bidi-firefox-beta-library library/hit-target.spec.ts should work with mui select [pass]
bidi-firefox-beta-library library/ignorehttpserrors.spec.ts serviceWorker should intercept document request [fail]
bidi-firefox-beta-library library/ignorehttpserrors.spec.ts should fail with WebSocket if not ignored [pass]
bidi-firefox-beta-library library/ignorehttpserrors.spec.ts should isolate contexts [fail]
bidi-firefox-beta-library library/ignorehttpserrors.spec.ts should work @smoke [fail]
bidi-firefox-beta-library library/ignorehttpserrors.spec.ts should work with WebSocket [fail]
bidi-firefox-beta-library library/ignorehttpserrors.spec.ts should work with mixed content [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should assert navigation [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should await popup [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should check [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should check a radio button [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should check with keyboard [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should click [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should click after same-document navigation [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should click button with nested div [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should emit single keyup on ArrowDown [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should fill [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should fill [contentEditable] [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should fill japanese text [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should fill textarea [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should fill textarea with new lines at the end [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should ignore AltGraph [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should ignore programmatic events [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should make a positioned click on a canvas [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should middle click [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should not target selector preview by text regexp [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should not throw csp directive violation errors [pass]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should press [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should record ArrowDown [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should record omnibox navigations after performAction [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should record omnibox navigations after recordAction [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should record slider [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should select [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should select with size attribute [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should uncheck [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should update selected element after pressing Tab [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-1.spec.ts cli codegen should work with TrustedTypes [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen click should emit events in order [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should --save-trace [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should check input with chaining id [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should clear files [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should contain close page [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should contain open page [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should contain second page [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should download files [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should fill tricky characters [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should handle dialogs [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should handle history.postData [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should not clash pages [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should not lead to an error if html gets clicked [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should record navigations after identical pushState [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should record open in a new tab with url [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should reset hover model on action when element detaches [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should save assets via SIGINT [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should update active model on action [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should update hover model on action [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should upload a single file [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts cli codegen should upload multiple files [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-2.spec.ts should --test-id-attribute [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should assert value [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should assert value on disabled input [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should assert value on disabled select [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should assert visibility [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should click locator.first [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should click locator.nth [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should consume contextmenu events, despite a custom context menu [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should consume pointer events [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should generate frame locators [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should generate frame locators with id attribute [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should generate frame locators with name attribute [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should generate frame locators with special characters in name attribute [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should generate frame locators with testId [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should generate frame locators with title attribute [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should generate getByAltText [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should generate getByLabel [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should generate getByLabel without regex [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should generate getByPlaceholder [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should generate getByTestId [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-3.spec.ts cli codegen should generate role locators undef frame locators [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-csharp.spec.ts should not print context options method override in mstest if no options were passed [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-csharp.spec.ts should not print context options method override in nunit if no options were passed [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-csharp.spec.ts should print a valid basic program in mstest [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-csharp.spec.ts should print a valid basic program in nunit [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-csharp.spec.ts should print context options method override in mstest if options were passed [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-csharp.spec.ts should print context options method override in nunit if options were passed [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-csharp.spec.ts should print load/save storageState [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-csharp.spec.ts should print the correct context options for custom settings [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-csharp.spec.ts should print the correct context options when using a device [unknown]
bidi-firefox-beta-library library/inspector/cli-codegen-csharp.spec.ts should print the correct context options when using a device and additional options [unknown]
bidi-firefox-beta-library library/inspector/cli-codegen-csharp.spec.ts should print the correct imports and context options [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-csharp.spec.ts should work with --save-har [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-java.spec.ts should print a valid basic program in junit [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-java.spec.ts should print load/save storage_state [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-java.spec.ts should print the correct context options for custom settings [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-java.spec.ts should print the correct context options when using a device [unknown]
bidi-firefox-beta-library library/inspector/cli-codegen-java.spec.ts should print the correct context options when using a device and additional options [unknown]
bidi-firefox-beta-library library/inspector/cli-codegen-java.spec.ts should print the correct imports and context options [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-java.spec.ts should print the correct imports in junit [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-java.spec.ts should work with --save-har [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-javascript.spec.ts should print load/save storageState [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-javascript.spec.ts should print the correct context options for custom settings [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-javascript.spec.ts should print the correct context options when using a device [unknown]
bidi-firefox-beta-library library/inspector/cli-codegen-javascript.spec.ts should print the correct context options when using a device and additional options [unknown]
bidi-firefox-beta-library library/inspector/cli-codegen-javascript.spec.ts should print the correct imports and context options [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-javascript.spec.ts should save the codegen output to a file if specified [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-pytest.spec.ts should print the correct context options when using a device and lang [unknown]
bidi-firefox-beta-library library/inspector/cli-codegen-pytest.spec.ts should print the correct imports and context options [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-pytest.spec.ts should save the codegen output to a file if specified [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-python-async.spec.ts should print load/save storage_state [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-python-async.spec.ts should print the correct context options for custom settings [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-python-async.spec.ts should print the correct context options when using a device [unknown]
bidi-firefox-beta-library library/inspector/cli-codegen-python-async.spec.ts should print the correct context options when using a device and additional options [unknown]
bidi-firefox-beta-library library/inspector/cli-codegen-python-async.spec.ts should print the correct imports and context options [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-python-async.spec.ts should save the codegen output to a file if specified [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-python-async.spec.ts should work with --save-har [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-python.spec.ts should print load/save storage_state [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-python.spec.ts should print the correct context options for custom settings [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-python.spec.ts should print the correct context options when using a device [unknown]
bidi-firefox-beta-library library/inspector/cli-codegen-python.spec.ts should print the correct context options when using a device and additional options [unknown]
bidi-firefox-beta-library library/inspector/cli-codegen-python.spec.ts should print the correct imports and context options [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-python.spec.ts should save the codegen output to a file if specified [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-test.spec.ts should print load storageState [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-test.spec.ts should print the correct context options for custom settings [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-test.spec.ts should print the correct context options when using a device [unknown]
bidi-firefox-beta-library library/inspector/cli-codegen-test.spec.ts should print the correct context options when using a device and additional options [unknown]
bidi-firefox-beta-library library/inspector/cli-codegen-test.spec.ts should print the correct imports and context options [fail]
bidi-firefox-beta-library library/inspector/cli-codegen-test.spec.ts should work with --save-har [fail]
bidi-firefox-beta-library library/inspector/console-api.spec.ts expected properties on playwright object [pass]
bidi-firefox-beta-library library/inspector/console-api.spec.ts should support locator.and() [fail]
bidi-firefox-beta-library library/inspector/console-api.spec.ts should support locator.or() [fail]
bidi-firefox-beta-library library/inspector/console-api.spec.ts should support playwright.$, playwright.$$ [pass]
bidi-firefox-beta-library library/inspector/console-api.spec.ts should support playwright.getBy* [fail]
bidi-firefox-beta-library library/inspector/console-api.spec.ts should support playwright.locator({ has }) [fail]
bidi-firefox-beta-library library/inspector/console-api.spec.ts should support playwright.locator({ hasNot }) [fail]
bidi-firefox-beta-library library/inspector/console-api.spec.ts should support playwright.locator.value [fail]
bidi-firefox-beta-library library/inspector/console-api.spec.ts should support playwright.locator.values [fail]
bidi-firefox-beta-library library/inspector/console-api.spec.ts should support playwright.selector [pass]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should hide internal calls [pass]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should highlight locators with custom testId [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should highlight on explore [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should highlight on explore (csharp) [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should highlight pointer, only in main frame [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should highlight waitForEvent [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should not prevent key events [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should pause after a navigation [pass]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should pause and resume the script [pass]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should pause and resume the script with keyboard shortcut [pass]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should pause on context close [pass]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should pause on next pause [pass]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should pause on page close [pass]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should populate log [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should populate log with error [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should populate log with error in waitForEvent [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should populate log with waitForEvent [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should resume from console [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should show expect.toHaveText [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should show source [pass]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should skip input when resuming [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should step [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts pause should step with keyboard shortcut [fail]
bidi-firefox-beta-library library/inspector/pause.spec.ts should not reset timeouts [pass]
bidi-firefox-beta-library library/inspector/pause.spec.ts should resume when closing inspector [pass]
bidi-firefox-beta-library library/launcher.spec.ts should have a devices object [pass]
bidi-firefox-beta-library library/launcher.spec.ts should have an errors object [pass]
bidi-firefox-beta-library library/launcher.spec.ts should kill browser process on timeout after close [pass]
bidi-firefox-beta-library library/launcher.spec.ts should throw a friendly error if its headed and there is no xserver on linux running [fail]
bidi-firefox-beta-library library/locator-generator.spec.ts asLocator internal:and [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts asLocator internal:chain [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts asLocator internal:or [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts asLocator xpath [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts generate multiple locators [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts parse locators strictly [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts parseLocator css [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts parseLocator quotes [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts reverse engineer frameLocator [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts reverse engineer getByRole [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts reverse engineer has [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts reverse engineer has + hasText [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts reverse engineer hasNot [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts reverse engineer hasNotText [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts reverse engineer hasText [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts reverse engineer ignore-case locators [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts reverse engineer internal:has-text locators [fail]
bidi-firefox-beta-library library/locator-generator.spec.ts reverse engineer locators [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts reverse engineer locators with regex [pass]
bidi-firefox-beta-library library/locator-generator.spec.ts reverse engineer ordered locators [pass]
bidi-firefox-beta-library library/logger.spec.ts should log @smoke [pass]
bidi-firefox-beta-library library/logger.spec.ts should log context-level [fail]
bidi-firefox-beta-library library/modernizr.spec.ts Mobile Safari [unknown]
bidi-firefox-beta-library library/modernizr.spec.ts Safari Desktop [unknown]
bidi-firefox-beta-library library/page-clock.frozen.spec.ts clock should be frozen [unknown]
bidi-firefox-beta-library library/page-clock.frozen.spec.ts clock should be realtime [unknown]
bidi-firefox-beta-library library/page-clock.spec.ts Date.now check Date.now is an integer [pass]
bidi-firefox-beta-library library/page-clock.spec.ts Date.now check Date.now is an integer (2) [pass]
bidi-firefox-beta-library library/page-clock.spec.ts fastForward ignores timers which wouldn't be run [pass]
bidi-firefox-beta-library library/page-clock.spec.ts fastForward pushes back execution time for skipped timers [fail]
bidi-firefox-beta-library library/page-clock.spec.ts fastForward supports string time arguments [fail]
bidi-firefox-beta-library library/page-clock.spec.ts popup should not run time before popup on pause [fail]
bidi-firefox-beta-library library/page-clock.spec.ts popup should run time before popup [pass]
bidi-firefox-beta-library library/page-clock.spec.ts popup should tick after popup [fail]
bidi-firefox-beta-library library/page-clock.spec.ts popup should tick before popup [fail]
bidi-firefox-beta-library library/page-clock.spec.ts runFor creates updated Date while ticking [fail]
bidi-firefox-beta-library library/page-clock.spec.ts runFor does not trigger without sufficient delay [pass]
bidi-firefox-beta-library library/page-clock.spec.ts runFor passes 1 minute [fail]
bidi-firefox-beta-library library/page-clock.spec.ts runFor passes 2 hours, 34 minutes and 10 seconds [fail]
bidi-firefox-beta-library library/page-clock.spec.ts runFor passes 8 seconds [fail]
bidi-firefox-beta-library library/page-clock.spec.ts runFor returns the current now value [pass]
bidi-firefox-beta-library library/page-clock.spec.ts runFor throws for invalid format [pass]
bidi-firefox-beta-library library/page-clock.spec.ts runFor triggers after sufficient delay [fail]
bidi-firefox-beta-library library/page-clock.spec.ts runFor triggers event when some throw [fail]
bidi-firefox-beta-library library/page-clock.spec.ts runFor triggers immediately without specified delay [fail]
bidi-firefox-beta-library library/page-clock.spec.ts runFor triggers multiple simultaneous timers [fail]
bidi-firefox-beta-library library/page-clock.spec.ts runFor triggers simultaneous timers [fail]
bidi-firefox-beta-library library/page-clock.spec.ts runFor waits after setTimeout was called [fail]
bidi-firefox-beta-library library/page-clock.spec.ts setFixedTime allows installing fake timers after settings time [fail]
bidi-firefox-beta-library library/page-clock.spec.ts setFixedTime allows setting time multiple times [pass]
bidi-firefox-beta-library library/page-clock.spec.ts setFixedTime does not fake methods [pass]
bidi-firefox-beta-library library/page-clock.spec.ts setFixedTime fixed time is not affected by clock manipulation [pass]
bidi-firefox-beta-library library/page-clock.spec.ts stubTimers fakes Date constructor [pass]
bidi-firefox-beta-library library/page-clock.spec.ts stubTimers global fake setTimeout should return id [pass]
bidi-firefox-beta-library library/page-clock.spec.ts stubTimers replaces global clearInterval [pass]
bidi-firefox-beta-library library/page-clock.spec.ts stubTimers replaces global clearTimeout [pass]
bidi-firefox-beta-library library/page-clock.spec.ts stubTimers replaces global performance.now [pass]
bidi-firefox-beta-library library/page-clock.spec.ts stubTimers replaces global performance.timeOrigin [pass]
bidi-firefox-beta-library library/page-clock.spec.ts stubTimers replaces global setInterval [fail]
bidi-firefox-beta-library library/page-clock.spec.ts stubTimers replaces global setTimeout [fail]
bidi-firefox-beta-library library/page-clock.spec.ts stubTimers sets initial timestamp [pass]
bidi-firefox-beta-library library/page-clock.spec.ts stubTimers should throw for invalid date [pass]
bidi-firefox-beta-library library/page-clock.spec.ts while on pause fastForward should not run nested immediate [fail]
bidi-firefox-beta-library library/page-clock.spec.ts while on pause runFor should not run nested immediate [fail]
bidi-firefox-beta-library library/page-clock.spec.ts while on pause runFor should not run nested immediate from microtask [fail]
bidi-firefox-beta-library library/page-clock.spec.ts while running should fastForward [pass]
bidi-firefox-beta-library library/page-clock.spec.ts while running should fastForwardTo [pass]
bidi-firefox-beta-library library/page-clock.spec.ts while running should pause [pass]
bidi-firefox-beta-library library/page-clock.spec.ts while running should pause and fastForward [pass]
bidi-firefox-beta-library library/page-clock.spec.ts while running should progress time [pass]
bidi-firefox-beta-library library/page-clock.spec.ts while running should runFor [pass]
bidi-firefox-beta-library library/page-clock.spec.ts while running should set system time on pause [pass]
bidi-firefox-beta-library library/page-event-crash.spec.ts should be able to close context when page crashes [fail]
bidi-firefox-beta-library library/page-event-crash.spec.ts should cancel navigation when page crashes [fail]
bidi-firefox-beta-library library/page-event-crash.spec.ts should cancel waitForEvent when page crashes [fail]
bidi-firefox-beta-library library/page-event-crash.spec.ts should emit crash event when page crashes [fail]
bidi-firefox-beta-library library/page-event-crash.spec.ts should throw on any action after page crashes [fail]
bidi-firefox-beta-library library/pdf.spec.ts should be able to generate outline [unknown]
bidi-firefox-beta-library library/pdf.spec.ts should be able to save file [unknown]
bidi-firefox-beta-library library/permissions.spec.ts permissions should accumulate when adding [fail]
bidi-firefox-beta-library library/permissions.spec.ts permissions should be prompt by default [pass]
bidi-firefox-beta-library library/permissions.spec.ts permissions should clear permissions [fail]
bidi-firefox-beta-library library/permissions.spec.ts permissions should deny permission when not listed [fail]
bidi-firefox-beta-library library/permissions.spec.ts permissions should fail when bad permission is given [fail]
bidi-firefox-beta-library library/permissions.spec.ts permissions should grant geolocation permission when origin is listed [fail]
bidi-firefox-beta-library library/permissions.spec.ts permissions should grant notifications permission when listed [fail]
bidi-firefox-beta-library library/permissions.spec.ts permissions should grant permission when creating context [fail]
bidi-firefox-beta-library library/permissions.spec.ts permissions should grant permission when listed for all domains [fail]
bidi-firefox-beta-library library/permissions.spec.ts permissions should isolate permissions between browser contexts [fail]
bidi-firefox-beta-library library/permissions.spec.ts permissions should prompt for geolocation permission when origin is not listed [pass]
bidi-firefox-beta-library library/permissions.spec.ts permissions should reset permissions [fail]
bidi-firefox-beta-library library/permissions.spec.ts permissions should trigger permission onchange [fail]
bidi-firefox-beta-library library/permissions.spec.ts should support clipboard read [fail]
bidi-firefox-beta-library library/permissions.spec.ts storage access [unknown]
bidi-firefox-beta-library library/popup.spec.ts BrowserContext.addInitScript should apply to a cross-process popup [fail]
bidi-firefox-beta-library library/popup.spec.ts BrowserContext.addInitScript should apply to an in-process popup [fail]
bidi-firefox-beta-library library/popup.spec.ts should expose function from browser context [fail]
bidi-firefox-beta-library library/popup.spec.ts should inherit extra headers from browser context [fail]
bidi-firefox-beta-library library/popup.spec.ts should inherit http credentials from browser context [pass]
bidi-firefox-beta-library library/popup.spec.ts should inherit offline from browser context [fail]
bidi-firefox-beta-library library/popup.spec.ts should inherit touch support from browser context [fail]
bidi-firefox-beta-library library/popup.spec.ts should inherit user agent from browser context @smoke [fail]
bidi-firefox-beta-library library/popup.spec.ts should inherit viewport size from browser context [fail]
bidi-firefox-beta-library library/popup.spec.ts should not dispatch binding on a closed page [fail]
bidi-firefox-beta-library library/popup.spec.ts should not throttle rAF in the opener page [timeout]
bidi-firefox-beta-library library/popup.spec.ts should not throw when click closes popup [timeout]
bidi-firefox-beta-library library/popup.spec.ts should respect routes from browser context [fail]
bidi-firefox-beta-library library/popup.spec.ts should respect routes from browser context when using window.open [fail]
bidi-firefox-beta-library library/popup.spec.ts should use viewport size from window features [timeout]
bidi-firefox-beta-library library/proxy-pattern.spec.ts socks proxy patter matcher [pass]
bidi-firefox-beta-library library/proxy.spec.ts does launch without a port [pass]
bidi-firefox-beta-library library/proxy.spec.ts should authenticate [pass]
bidi-firefox-beta-library library/proxy.spec.ts should exclude patterns [fail]
bidi-firefox-beta-library library/proxy.spec.ts should proxy local network requests by default link-local [pass]
bidi-firefox-beta-library library/proxy.spec.ts should proxy local network requests by default localhost [fail]
bidi-firefox-beta-library library/proxy.spec.ts should proxy local network requests by default loopback address [fail]
bidi-firefox-beta-library library/proxy.spec.ts should proxy local network requests with other bypasses link-local [pass]
bidi-firefox-beta-library library/proxy.spec.ts should proxy local network requests with other bypasses localhost [fail]
bidi-firefox-beta-library library/proxy.spec.ts should proxy local network requests with other bypasses loopback address [fail]
bidi-firefox-beta-library library/proxy.spec.ts should throw for bad server value [pass]
bidi-firefox-beta-library library/proxy.spec.ts should use SOCKS proxy for websocket requests [pass]
bidi-firefox-beta-library library/proxy.spec.ts should use proxy @smoke [pass]
bidi-firefox-beta-library library/proxy.spec.ts should use proxy for second page [pass]
bidi-firefox-beta-library library/proxy.spec.ts should use proxy with emulated user agent [unknown]
bidi-firefox-beta-library library/proxy.spec.ts should use socks proxy [pass]
bidi-firefox-beta-library library/proxy.spec.ts should use socks proxy in second page [pass]
bidi-firefox-beta-library library/proxy.spec.ts should work with IP:PORT notion [pass]
bidi-firefox-beta-library library/proxy.spec.ts should work with authenticate followed by redirect [pass]
bidi-firefox-beta-library library/resource-timing.spec.ts should work @smoke [pass]
bidi-firefox-beta-library library/resource-timing.spec.ts should work for SSL [fail]
bidi-firefox-beta-library library/resource-timing.spec.ts should work for redirect [pass]
bidi-firefox-beta-library library/resource-timing.spec.ts should work for subresource [pass]
bidi-firefox-beta-library library/resource-timing.spec.ts should work when serving from memory cache [fail]
bidi-firefox-beta-library library/role-utils.spec.ts accessible name nested treeitem [fail]
bidi-firefox-beta-library library/role-utils.spec.ts accessible name with slots [fail]
bidi-firefox-beta-library library/role-utils.spec.ts axe-core accessible-text [fail]
bidi-firefox-beta-library library/role-utils.spec.ts axe-core implicit-role [fail]
bidi-firefox-beta-library library/role-utils.spec.ts control embedded in a label [fail]
bidi-firefox-beta-library library/role-utils.spec.ts control embedded in a target element [fail]
bidi-firefox-beta-library library/role-utils.spec.ts display:contents should be visible when contents are visible [fail]
bidi-firefox-beta-library library/role-utils.spec.ts label/labelled-by aria-hidden with descendants [fail]
bidi-firefox-beta-library library/role-utils.spec.ts native controls [fail]
bidi-firefox-beta-library library/role-utils.spec.ts native controls labelled-by [fail]
bidi-firefox-beta-library library/role-utils.spec.ts own aria-label concatenated with aria-labelledby [fail]
bidi-firefox-beta-library library/role-utils.spec.ts should ignore stylesheet from hidden aria-labelledby subtree [fail]
bidi-firefox-beta-library library/role-utils.spec.ts should not include hidden pseudo into accessible name [fail]
bidi-firefox-beta-library library/role-utils.spec.ts should work with form and tricky input names [fail]
bidi-firefox-beta-library library/role-utils.spec.ts svg role=presentation [fail]
bidi-firefox-beta-library library/role-utils.spec.ts svg title [fail]
bidi-firefox-beta-library library/role-utils.spec.ts wpt accname #0 [pass]
bidi-firefox-beta-library library/role-utils.spec.ts wpt accname #1 [pass]
bidi-firefox-beta-library library/role-utils.spec.ts wpt accname #2 [fail]
bidi-firefox-beta-library library/role-utils.spec.ts wpt accname #3 [pass]
bidi-firefox-beta-library library/role-utils.spec.ts wpt accname non-manual [pass]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot element screenshot should work with a mobile viewport [fail]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot element screenshot should work with device scale factor [fail]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot element screenshots should handle vh units [fail]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot page screenshot should capture css transform with device pixels [fail]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot should capture full element when larger than viewport with device scale factor [fail]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot should capture full element when larger than viewport with device scale factor and scale:css [fail]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot should restore default viewport after fullPage screenshot [fail]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot should restore viewport after element screenshot and exception [fail]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot should restore viewport after page screenshot and exception [pass]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot should restore viewport after page screenshot and timeout [fail]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot should take element screenshot when default viewport is null and restore back [fail]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot should take fullPage screenshots when default viewport is null [fail]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot should take screenshots when default viewport is null [fail]
bidi-firefox-beta-library library/screenshot.spec.ts element screenshot should work if the main resource hangs [fail]
bidi-firefox-beta-library library/screenshot.spec.ts page screenshot should handle vh units [fail]
bidi-firefox-beta-library library/screenshot.spec.ts page screenshot should run in parallel in multiple pages [fail]
bidi-firefox-beta-library library/screenshot.spec.ts page screenshot should throw if screenshot size is too large with device scale factor [fail]
bidi-firefox-beta-library library/screenshot.spec.ts page screenshot should work with a mobile viewport [fail]
bidi-firefox-beta-library library/screenshot.spec.ts page screenshot should work with a mobile viewport and clip [fail]
bidi-firefox-beta-library library/screenshot.spec.ts page screenshot should work with a mobile viewport and fullPage [fail]
bidi-firefox-beta-library library/screenshot.spec.ts page screenshot should work with device scale factor [fail]
bidi-firefox-beta-library library/screenshot.spec.ts page screenshot should work with device scale factor and clip [fail]
bidi-firefox-beta-library library/screenshot.spec.ts page screenshot should work with device scale factor and scale:css [fail]
bidi-firefox-beta-library library/screenshot.spec.ts page screenshot should work with device scale factor, clip and scale:css [fail]
bidi-firefox-beta-library library/screenshot.spec.ts page screenshot should work with large size [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should accept valid aria-label for candidate consideration [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should accept valid data-test-id for candidate consideration [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should chain text after parent [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should escape text with quote [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should escape text with slash [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should find text in shadow dom [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate exact label when necessary [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate exact placeholder when necessary [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate exact role when necessary [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate exact text when necessary [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate exact title when necessary [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate label selector [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate multiple: noId [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate multiple: noId noText [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate multiple: noText in role [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate multiple: noText in text [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate relative selector [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate text and normalize whitespace [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate text for <input type=button> [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should generate title selector [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should handle first non-unique data-testid [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should handle second non-unique data-testid [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should ignore empty aria-label for candidate consideration [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should ignore empty data-test-id for candidate consideration [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should ignore empty role for candidate consideration [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should match in deep shadow dom [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should match in shadow dom [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should not accept invalid role for candidate consideration [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should not escape spaces inside named attr selectors [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should not escape text with >> [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should not improve guid text [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should not prefer zero-sized button over inner span [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should not use generated id [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should not use input[value] [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should not use text for select [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should prefer button over inner span [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should prefer data-testid [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should prefer role other input[type] [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should prefer role=button over inner span [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should prioritise attributes correctly name [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should prioritise attributes correctly placeholder [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should prioritise attributes correctly role [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should prioritise attributes correctly type [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should properly join child selectors under nested ordinals [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should separate selectors by >> [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should trim long text [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should trim text [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should try to improve label text by shortening [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should try to improve role name [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should try to improve text [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should try to improve text by shortening [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should use data-testid in strict errors [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should use internal:has-text [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should use internal:has-text with regexp [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should use internal:has-text with regexp with a quote [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should use nested ordinals [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should use ordinal for identical nodes [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should use parent text [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should use readable id [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should use the name attributes for elements that can have it [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should work in dynamic iframes without navigation [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should work with tricky attributes [fail]
bidi-firefox-beta-library library/selector-generator.spec.ts selector generator should work without CSS.escape [fail]
bidi-firefox-beta-library library/selectors-register.spec.ts should handle errors [pass]
bidi-firefox-beta-library library/selectors-register.spec.ts should not rely on engines working from the root [fail]
bidi-firefox-beta-library library/selectors-register.spec.ts should throw a nice error if the selector returns a bad value [pass]
bidi-firefox-beta-library library/selectors-register.spec.ts should work [fail]
bidi-firefox-beta-library library/selectors-register.spec.ts should work in main and isolated world [fail]
bidi-firefox-beta-library library/selectors-register.spec.ts should work when registered on global [fail]
bidi-firefox-beta-library library/selectors-register.spec.ts should work with path [fail]
bidi-firefox-beta-library library/shared-worker.spec.ts should survive shared worker restart [pass]
bidi-firefox-beta-library library/signals.spec.ts should close the browser when the node process closes [timeout]
bidi-firefox-beta-library library/signals.spec.ts should remove temp dir on process.exit [timeout]
bidi-firefox-beta-library library/signals.spec.ts signals should close the browser on SIGHUP [timeout]
bidi-firefox-beta-library library/signals.spec.ts signals should close the browser on SIGINT [timeout]
bidi-firefox-beta-library library/signals.spec.ts signals should close the browser on SIGTERM [timeout]
bidi-firefox-beta-library library/signals.spec.ts signals should kill the browser on SIGINT + SIGTERM [timeout]
bidi-firefox-beta-library library/signals.spec.ts signals should kill the browser on SIGTERM + SIGINT [timeout]
bidi-firefox-beta-library library/signals.spec.ts signals should kill the browser on double SIGINT and remove temp dir [timeout]
bidi-firefox-beta-library library/signals.spec.ts signals should not prevent default SIGTERM handling after browser close [timeout]
bidi-firefox-beta-library library/signals.spec.ts signals should report browser close signal 2 [timeout]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo ElementHandle SlowMo check [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo ElementHandle SlowMo click [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo ElementHandle SlowMo dblclick [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo ElementHandle SlowMo dispatchEvent [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo ElementHandle SlowMo fill [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo ElementHandle SlowMo focus [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo ElementHandle SlowMo hover [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo ElementHandle SlowMo press [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo ElementHandle SlowMo selectOption [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo ElementHandle SlowMo setInputFiles [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo ElementHandle SlowMo type [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo ElementHandle SlowMo uncheck [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Frame SlowMo check [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Frame SlowMo click [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Frame SlowMo dblclick [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Frame SlowMo dispatchEvent [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Frame SlowMo fill [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Frame SlowMo focus [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Frame SlowMo goto [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Frame SlowMo hover [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Frame SlowMo press [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Frame SlowMo selectOption [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Frame SlowMo setInputFiles [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Frame SlowMo type [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Frame SlowMo uncheck [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo check [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo click [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo dblclick [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo dispatchEvent [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo fill [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo focus [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo goto [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo hover [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo press [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo reload [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo selectOption [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo setInputFiles [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo type [fail]
bidi-firefox-beta-library library/slowmo.spec.ts slowMo Page SlowMo uncheck [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots empty adopted style sheets should not prevent node refs [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should capture frame [pass]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should capture iframe [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should capture iframe with srcdoc [pass]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should capture resources [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should capture snapshot target [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should collect multiple [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should collect on attribute change [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should collect snapshot [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should have a custom doctype [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should not navigate on anchor clicks [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should preserve BASE and other content on reset [pass]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should replace meta charset attr that specifies charset [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should replace meta content attr that specifies charset [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should respect CSSOM change through CSSGroupingRule [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should respect attr removal [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should respect inline CSSOM change [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should respect node removal [fail]
bidi-firefox-beta-library library/snapshotter.spec.ts snapshots should respect subresource CSSOM change [fail]
bidi-firefox-beta-library library/tap.spec.ts locators should send all of the correct events [fail]
bidi-firefox-beta-library library/tap.spec.ts should not send mouse events touchstart is canceled [fail]
bidi-firefox-beta-library library/tap.spec.ts should not send mouse events when touchend is canceled [fail]
bidi-firefox-beta-library library/tap.spec.ts should not wait for a navigation caused by a tap [fail]
bidi-firefox-beta-library library/tap.spec.ts should send all of the correct events @smoke [fail]
bidi-firefox-beta-library library/tap.spec.ts should send well formed touch points [fail]
bidi-firefox-beta-library library/tap.spec.ts should wait until an element is visible to tap it [fail]
bidi-firefox-beta-library library/tap.spec.ts should work with modifiers [fail]
bidi-firefox-beta-library library/tap.spec.ts trial run should not tap [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should allow hiding route actions [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should allow showing screenshots instead of snapshots [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should capture data-url svg iframe [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should capture iframe with sandbox attribute [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should complain about newer version of trace in old viewer [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should contain action info [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should contain adopted style sheets [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should display language-specific locators [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should display waitForLoadState even if did not wait for it [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should filter network requests by resource type [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should filter network requests by url [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should follow redirects [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should handle case where neither snapshots nor screenshots exist [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should handle file URIs [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should handle multiple headers [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should handle src=blob [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should have correct snapshot size [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should have correct stack trace [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should have network request overrides [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should have network request overrides 2 [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should have network requests [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should highlight expect failure [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should highlight locator in iframe while typing [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should highlight target element in shadow dom [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should highlight target elements [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should ignore 304 responses [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should include metainfo [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should include requestUrl in route.abort [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should include requestUrl in route.continue [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should include requestUrl in route.fulfill [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should not crash with broken locator [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should open console errors on click [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should open simple trace viewer [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should open snapshot in new browser context [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should open trace viewer on specific host [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should open trace-1.31 [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should open trace-1.37 [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should open two trace files [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should open two trace files of the same test [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should open two trace viewers [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should pick locator [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should pick locator in iframe [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should popup snapshot [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should prefer later resource request with the same method [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should preserve currentSrc [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should preserve noscript when javascript is disabled [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should register custom elements [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should remove noscript by default [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should remove noscript when javaScriptEnabled is set to true [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should render console [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should render network bars [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should restore control values [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should restore scroll positions [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should serve css without content-type [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should serve overridden request [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should show action source [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should show baseURL in metadata pane [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should show correct request start time [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should show empty trace viewer [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should show font preview [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should show null as a param [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should show only one pointer with multilevel iframes [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should show params and return value [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should show similar actions from library-only trace [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should show snapshot URL [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should update highlight when typing [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should work with adopted style sheets and all: unset [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should work with adopted style sheets and replace/replaceSync [fail]
bidi-firefox-beta-library library/trace-viewer.spec.ts should work with meta CSP [unknown]
bidi-firefox-beta-library library/trace-viewer.spec.ts should work with nesting CSS selectors [unknown]
bidi-firefox-beta-library library/tracing.spec.ts should collect sources [fail]
bidi-firefox-beta-library library/tracing.spec.ts should collect trace with resources, but no js [fail]
bidi-firefox-beta-library library/tracing.spec.ts should collect two traces [fail]
bidi-firefox-beta-library library/tracing.spec.ts should exclude internal pages [pass]
bidi-firefox-beta-library library/tracing.spec.ts should export trace concurrently to second navigation [pass]
bidi-firefox-beta-library library/tracing.spec.ts should flush console events on tracing stop [pass]
bidi-firefox-beta-library library/tracing.spec.ts should hide internal stack frames [fail]
bidi-firefox-beta-library library/tracing.spec.ts should hide internal stack frames in expect [fail]
bidi-firefox-beta-library library/tracing.spec.ts should ignore iframes in head [pass]
bidi-firefox-beta-library library/tracing.spec.ts should include context API requests [pass]
bidi-firefox-beta-library library/tracing.spec.ts should include interrupted actions [fail]
bidi-firefox-beta-library library/tracing.spec.ts should not collect snapshots by default [fail]
bidi-firefox-beta-library library/tracing.spec.ts should not crash when browser closes mid-trace [pass]
bidi-firefox-beta-library library/tracing.spec.ts should not emit after w/o before [pass]
bidi-firefox-beta-library library/tracing.spec.ts should not flush console events [pass]
bidi-firefox-beta-library library/tracing.spec.ts should not hang for clicks that open dialogs [fail]
bidi-firefox-beta-library library/tracing.spec.ts should not include buffers in the trace [fail]
bidi-firefox-beta-library library/tracing.spec.ts should not include trace resources from the previous chunks [fail]
bidi-firefox-beta-library library/tracing.spec.ts should not stall on dialogs [pass]
bidi-firefox-beta-library library/tracing.spec.ts should not throw when stopping without start but not exporting [pass]
bidi-firefox-beta-library library/tracing.spec.ts should overwrite existing file [fail]
bidi-firefox-beta-library library/tracing.spec.ts should produce screencast frames crop [fail]
bidi-firefox-beta-library library/tracing.spec.ts should produce screencast frames fit [fail]
bidi-firefox-beta-library library/tracing.spec.ts should produce screencast frames scale [fail]
bidi-firefox-beta-library library/tracing.spec.ts should record global request trace [pass]
bidi-firefox-beta-library library/tracing.spec.ts should record network failures [pass]
bidi-firefox-beta-library library/tracing.spec.ts should respect tracesDir and name [fail]
bidi-firefox-beta-library library/tracing.spec.ts should store global request traces separately [pass]
bidi-firefox-beta-library library/tracing.spec.ts should store postData for global request [pass]
bidi-firefox-beta-library library/tracing.spec.ts should survive browser.close with auto-created traces dir [pass]
bidi-firefox-beta-library library/tracing.spec.ts should throw when starting with different options [pass]
bidi-firefox-beta-library library/tracing.spec.ts should throw when stopping without start [pass]
bidi-firefox-beta-library library/tracing.spec.ts should use the correct apiName for event driven callbacks [pass]
bidi-firefox-beta-library library/tracing.spec.ts should work with multiple chunks [fail]
bidi-firefox-beta-library library/unroute-behavior.spec.ts context.close should not wait for active route handlers on the owned pages [pass]
bidi-firefox-beta-library library/unroute-behavior.spec.ts context.unroute should not wait for pending handlers to complete [timeout]
bidi-firefox-beta-library library/unroute-behavior.spec.ts context.unrouteAll removes all handlers [fail]
bidi-firefox-beta-library library/unroute-behavior.spec.ts context.unrouteAll should not wait for pending handlers to complete if behavior is ignoreErrors [timeout]
bidi-firefox-beta-library library/unroute-behavior.spec.ts context.unrouteAll should wait for pending handlers to complete [timeout]
bidi-firefox-beta-library library/unroute-behavior.spec.ts page.close does not wait for active route handlers [fail]
bidi-firefox-beta-library library/unroute-behavior.spec.ts page.close should not wait for active route handlers on the owning context [pass]
bidi-firefox-beta-library library/unroute-behavior.spec.ts page.unroute should not wait for pending handlers to complete [pass]
bidi-firefox-beta-library library/unroute-behavior.spec.ts page.unrouteAll removes all routes [pass]
bidi-firefox-beta-library library/unroute-behavior.spec.ts page.unrouteAll should not wait for pending handlers to complete if behavior is ignoreErrors [pass]
bidi-firefox-beta-library library/unroute-behavior.spec.ts page.unrouteAll should wait for pending handlers to complete [fail]
bidi-firefox-beta-library library/unroute-behavior.spec.ts route.continue should not throw if page has been closed [pass]
bidi-firefox-beta-library library/unroute-behavior.spec.ts route.fallback should not throw if page has been closed [pass]
bidi-firefox-beta-library library/unroute-behavior.spec.ts route.fulfill should not throw if page has been closed [pass]
bidi-firefox-beta-library library/video.spec.ts screencast saveAs should throw when no video frames [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should be 800x450 by default [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should be 800x600 with null viewport [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should capture css transformation [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should capture full viewport [fail]
bidi-firefox-beta-library library/video.spec.ts screencast should capture full viewport on hidpi [fail]
bidi-firefox-beta-library library/video.spec.ts screencast should capture navigation [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should capture static page [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should capture static page in persistent context @smoke [fail]
bidi-firefox-beta-library library/video.spec.ts screencast should continue recording main page after popup closes [fail]
bidi-firefox-beta-library library/video.spec.ts screencast should delete video [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should emulate an iphone [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should expose video path [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should expose video path blank page [fail]
bidi-firefox-beta-library library/video.spec.ts screencast should expose video path blank popup [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should not create video for internal pages [unknown]
bidi-firefox-beta-library library/video.spec.ts screencast should scale frames down to the requested size [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should throw if browser dies [fail]
bidi-firefox-beta-library library/video.spec.ts screencast should throw on browser close [fail]
bidi-firefox-beta-library library/video.spec.ts screencast should throw without recordVideo.dir [pass]
bidi-firefox-beta-library library/video.spec.ts screencast should use viewport scaled down to fit into 800x800 as default size [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should wait for video to finish if page was closed [fail]
bidi-firefox-beta-library library/video.spec.ts screencast should work for popups [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should work with old options [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should work with relative path for recordVideo.dir [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should work with video+trace [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast should work with weird screen resolution [timeout]
bidi-firefox-beta-library library/video.spec.ts screencast videoSize should require videosPath [pass]
bidi-firefox-beta-library library/video.spec.ts should saveAs video [timeout]
bidi-firefox-beta-library library/web-socket.spec.ts should emit binary frame events [timeout]
bidi-firefox-beta-library library/web-socket.spec.ts should emit close events [timeout]
bidi-firefox-beta-library library/web-socket.spec.ts should emit error [timeout]
bidi-firefox-beta-library library/web-socket.spec.ts should emit frame events [timeout]
bidi-firefox-beta-library library/web-socket.spec.ts should filter out the close events when the server closes with a message [timeout]
bidi-firefox-beta-library library/web-socket.spec.ts should not have stray error events [timeout]
bidi-firefox-beta-library library/web-socket.spec.ts should pass self as argument to close event [timeout]
bidi-firefox-beta-library library/web-socket.spec.ts should reject waitForEvent on page close [timeout]
bidi-firefox-beta-library library/web-socket.spec.ts should reject waitForEvent on socket close [timeout]
bidi-firefox-beta-library library/web-socket.spec.ts should turn off when offline [unknown]
bidi-firefox-beta-library library/web-socket.spec.ts should work @smoke [pass]