Skip to content

Missing types for clientCertificate #17799

@lmiller1990

Description

@lmiller1990

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

No one assigned

    Labels

    good first issueGood for newcomersstage: needs reviewThe PR code is done & tested, needs reviewtype: typingsIssue related to Cypress types (for TypeScript)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions