mantil test
Runs project tests
Project end to end tests are pure Go test in [project-root]/test folder. Mantil sets MANTIL_API_URL environment variable to point to the current project api url and runs tests with 'go test -v'.
USAGE
mantil test [options]
OPTIONS
-r, --run string Run only tests with this pattern in name
-s, --stage string Project stage to target instead of default
GLOBAL OPTIONS
--help Show command help
--no-color Don't use colors in output