re add fetchFailOnStatusCode flag in protocol.yml file
This commit is contained in:
parent
98155ab2f7
commit
3756a24a5b
|
|
@ -468,6 +468,7 @@ ContextOptions:
|
|||
extraHTTPHeaders:
|
||||
type: array?
|
||||
items: NameValue
|
||||
fetchFailOnStatusCode: boolean?
|
||||
offline: boolean?
|
||||
httpCredentials:
|
||||
type: object?
|
||||
|
|
@ -693,6 +694,7 @@ Playwright:
|
|||
extraHTTPHeaders:
|
||||
type: array?
|
||||
items: NameValue
|
||||
fetchFailOnStatusCode: boolean?
|
||||
clientCertificates:
|
||||
type: array?
|
||||
items:
|
||||
|
|
|
|||
Loading…
Reference in a new issue