mix vibe.test (vibe v0.1.0)
View SourceRuns tests with AI-friendly output formatting.
Usage
mix vibe.test [TEST_PATHS] [OPTIONS]
Examples
mix vibe.test
mix vibe.test test/my_module_test.exs
mix vibe.test --only authentication
mix vibe.test --coverage
Options
--only TAG Run only tests with the given tag
--exclude TAG Exclude tests with the given tag
--seed NUMBER Set the random seed
--trace Run tests with detailed trace output
--coverage Run tests with coverage reporting
--format FORMAT Output format (text, json, markdown, default: config value or markdown)
--help, -h Show this help message