API Reference mix test.interactive v1.2.0
modules
Modules
Interactively run your Elixir project's tests.
Behaviour for interactive mode commands.
Run all tests, removing any flags or filters.
Run only failed tests.
Show detailed usage information.
Specify one or more filename-matching patterns.
Exit mix test.interactive.
Run all tests matching the current flags and filter settings.
Run only stale tests.
Toggle file-watching mode on or off.
Processes interactive mode commands.
Configuration for the task.
Server for interactive mode.
Run the tasks in a new OS process via Port
s.
Runs tests based on current configuration.
Interactive mode settings.
A server that runs tests whenever source files change.
mix-tasks
Mix Tasks
A task for interactively running tests