re add fetchFailOnStatusCode flag in protocol.yml file

This commit is contained in:
JacksonLei123 2025-01-28 14:28:16 -05:00
parent 98155ab2f7
commit 3756a24a5b

View file

@ -468,6 +468,7 @@ ContextOptions:
extraHTTPHeaders: extraHTTPHeaders:
type: array? type: array?
items: NameValue items: NameValue
fetchFailOnStatusCode: boolean?
offline: boolean? offline: boolean?
httpCredentials: httpCredentials:
type: object? type: object?
@ -693,6 +694,7 @@ Playwright:
extraHTTPHeaders: extraHTTPHeaders:
type: array? type: array?
items: NameValue items: NameValue
fetchFailOnStatusCode: boolean?
clientCertificates: clientCertificates:
type: array? type: array?
items: items: