insta-cmd
insta-cmd copied to clipboard
CLI extension to insta
insta-cmd: command line testing extension for insta
Introduction
This is an experimental extension to insta for command line app testing.
use std::process::Command;
use insta_cmd::assert_cmd_snapshot;
assert_cmd_snapshot!(Command::new("echo").arg("Hello World!"));