View Source API Reference mix test.interactive v3.2.0
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
Interactive test runner for ExUnit tests.