View Source MixTestInteractive.Command.ToggleWatchMode (mix test.interactive v4.1.1)

Toggle file-watching mode on or off.

When watch mode is on, mix test.interactive will re-run the current set of tests whenever a file changes.

When it is off, tests must be run manually, either by changing using a command to change the configuration, or by using the MixTestInteractive.Command.RunTests command.