refactor(ui_tests): move ui_tests to test_utils crate to reduce development time (#1822)

This commit is contained in:
Jagan
2023-08-01 16:22:51 +05:30
committed by GitHub
parent 8f65819f12
commit 5773faf739
74 changed files with 422 additions and 122 deletions

View File

@ -5,8 +5,7 @@ use std::{
use clap::{arg, command, Parser};
use masking::PeekInterface;
use router::types::ConnectorAuthType;
use test_utils::connector_auth::ConnectorAuthenticationMap;
use test_utils::connector_auth::{ConnectorAuthType, ConnectorAuthenticationMap};
// Just by the name of the connector, this function generates the name of the collection
// Example: CONNECTOR_NAME="stripe" -> OUTPUT: postman/stripe.postman_collection.json