View Source API Reference mix test.interactive v4.1.1

Modules

Interactively run your Elixir project's tests.

Behaviour for interactive mode commands.

Run all tests, removing any flags or filters.

Specify or clear tags to exclude.

Run only failed tests.

Show detailed usage information.

Specify or clear tags to include.

Specify or clear the maximum number of failures during a test run.

Specify or clear the only tags to run.

Specify one or more filename-matching patterns.

Exit mix test.interactive.

Specify or clear the number of repetitions for running until failure.

Run all tests matching the current flags and filter settings.

Specify or clear the random number seed for test runs.

Run only stale tests.

Toggle test tracing on or off.

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 Ports.

Runs tests based on current configuration.

Interactive mode settings.

Behaviour for custom test runners.

A server that runs tests whenever source files change.

Mix Tasks

Interactive test runner for ExUnit tests.