MixTestInteractive.Command.Only (mix test.interactive v5.0.0)

View Source

Specify or clear the only tags to run.

Runs the tests with only the given tags if provided. If not provided, the list of only tags is cleared and the tests will run with any only configured in your ExUnit.configure/1 call (if any).