mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
ci(postman): add users collection (#4897)
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
use std::process::{exit, Command};
|
||||
|
||||
use anyhow::Result;
|
||||
use test_utils::newman_runner;
|
||||
|
||||
fn main() {
|
||||
let mut runner = newman_runner::generate_newman_command();
|
||||
fn main() -> Result<()> {
|
||||
let mut runner = newman_runner::generate_runner()?;
|
||||
|
||||
// Execute the newman command
|
||||
let output = runner.newman_command.spawn();
|
||||
|
||||
Reference in New Issue
Block a user