mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
refactor(ui_tests): move ui_tests to test_utils crate to reduce development time (#1822)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user