Closed
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.
Activity
Jayita10 commentedon Aug 19, 2021
I want to work on this issue
JessicaSachs commentedon Aug 19, 2021
Go for it @Jayita10. Do you need anything?
Jayita10 commentedon Aug 19, 2021
Hi, I'm not able to understand the type definitions part, How should I proceed with this
JessicaSachs commentedon Aug 19, 2021
You'd need to open the file Lachlan linked and add the types for the clientCertificate field. There are examples in that file.
Et-008 commentedon Aug 25, 2021
Hi, is this issue still open?
if yes, I'd like to work on it, thanks.
jennifer-shehane commentedon Aug 25, 2021
@Et-008 Yes
aashish0909 commentedon Sep 8, 2021
Hey, is this issue still open?
lmiller1990 commentedon Sep 9, 2021
@aashish0909 the work has been completed in #18028 so it will be closed soon and marked as done.
If you are looking for some good first issues, I can probably tag you in a few, if you like.
aashish0909 commentedon Sep 9, 2021
@lmiller1990 Yeah, please do. It will be really helpful.
1 remaining item