-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
good first issueGood for newcomersGood for newcomersstage: needs reviewThe PR code is done & tested, needs reviewThe PR code is done & tested, needs reviewtype: typingsIssue related to Cypress types (for TypeScript)Issue related to Cypress types (for TypeScript)
Description
Current behavior
There is a clientCertificates option. https://docs.cypress.io/guides/references/client-certificates#Syntax
It should include in the type definitions: https://github.com/cypress-io/cypress/blob/develop/cli/types/cypress.d.ts#L2491
Desired behavior
Included in types.
Test code to reproduce
const C: Cypress.ResolvedConfigOptions = {
clientCertificates: // <- no completion or hint
}Cypress Version
8.0.0
Other
This is a good first issue for a new contributor or a new employee. Although adding the type is simple enough, it's a good way to learn how to set up Cypress locally, make a PR, get a review, etc. Let's encourage a new contributor to take this one.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersstage: needs reviewThe PR code is done & tested, needs reviewThe PR code is done & tested, needs reviewtype: typingsIssue related to Cypress types (for TypeScript)Issue related to Cypress types (for TypeScript)