How to add pkcs12 certificates for API automation #6813
praveen222
started this conversation in
Community
Replies: 1 comment 2 replies
-
@praveen222 I am not sure if I can follow. Are you trying to test your API which requires authentification via keystore certificates? If so I recommend to use just a normal unit test framework like Mocha or Jest as you don't need browser automation capabilities to do that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi i am using request method for API automation. My API's are Authenticated via keystore certificates [.jks].
can some one guide me how to pass certificates in webdriverio API automation
Beta Was this translation helpful? Give feedback.
All reactions