vdev/commands/e2e/
mod.rs

1crate::cli_subcommands! {
2    r"Manage end-to-end test environments...
3
4These test setups are organized into a set of integrations, located in subdirectories
5`scripts/e2e`.  For each integration, there is a matrix of environments, described in the
6`matrix` setting in the `test.yaml` file contained therein."
7
8    mod show,
9    mod start,
10    mod stop,
11    mod test,
12    mod ci_paths,
13}