Skip to content

Commit

Permalink
chore: update playwright cert dep and docs (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo authored Feb 6, 2025
1 parent f01ccfd commit 3c5ec06
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ capabilities: {
// browserName: "..."
"wdi5:authentication": {
provider: "Certificate",
certificateOrigin: "https://accounts.sap.com", // this should always be accounts.sap.com
certificateOrigin: "https://accounts.sap.com", // default value for certificateOrigin is accounts.sap.com, should not be changed
certificateUrl: "https://emea.cockpit.btp.cloud.sap/cockpit#/", // this is opened in the browser for authentication, if not specified the configured `baseUrl` is used
certificatePfxPath: "./sap.pfx",
certificatePfxPassword: process.env.SAPPFX_PASSPHRASE
Expand All @@ -242,7 +242,7 @@ capabilities: {
// browserName: "..."
"wdi5:authentication": {
provider: "Certificate",
certificateOrigin: "https://accounts.sap.com", // this should always be accounts.sap.com
certificateOrigin: "https://accounts.sap.com", // default value for certificateOrigin is accounts.sap.com, should not be changed
certificateUrl: "https://emea.cockpit.btp.cloud.sap/cockpit#/", // this is opened in the browser for authentication, if not specified the configured `baseUrl` is used
certificatePfxPath: "./sap.pfx",
certificatePfxPassword: process.env.SAPPFX_PASSPHRASE
Expand Down
Loading

0 comments on commit 3c5ec06

Please sign in to comment.