test(connector): Add support for webhook tests (#1863)

Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
This commit is contained in:
chikke srujan
2023-08-08 12:36:45 +05:30
committed by GitHub
parent c2f471efcb
commit 7b2c419ce5
10 changed files with 253 additions and 12 deletions

View File

@ -269,6 +269,9 @@ impl From<MultiAuthKey> for ConnectorAuthType {
pub struct AutomationConfigs {
pub hs_base_url: Option<String>,
pub hs_api_key: Option<String>,
pub hs_api_keys: Option<String>,
pub hs_webhook_url: Option<String>,
pub hs_test_env: Option<String>,
pub hs_test_browser: Option<String>,
pub chrome_profile_path: Option<String>,
pub firefox_profile_path: Option<String>,