View Source MixTestInteractive.Config (mix test.interactive v2.0.0)

Configuration for the task.

Summary

Functions

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

Types

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

Functions

@spec new() :: t()

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