1
2
3
4
5
6
7
8
9
10
11
12
13
crate::cli_subcommands! {
    r#"Manage end-to-end test environments...

These test setups are organized into a set of integrations, located in subdirectories
`scripts/e2e`.  For each integration, there is a matrix of environments, described in the
`matrix` setting in the `test.yaml` file contained therein."#

    mod show,
    mod start,
    mod stop,
    mod test,
    mod ci_paths,
}