MixTestInteractive.Config (mix test.interactive v1.1.0) View Source

Configuration for the task.

Link to this section Summary

Functions

Create a new config struct, taking values from the application environment.

Link to this section Types

Specs

t() :: %MixTestInteractive.Config{
  clear?: boolean(),
  exclude: [Regex.t()],
  extra_extensions: [String.t()],
  runner: module(),
  show_timestamp?: boolean(),
  task: String.t()
}

Link to this section Functions

Specs

new() :: t()

Create a new config struct, taking values from the application environment.