Is it possible to run mix test --trace
such that it only shows all test suites without showing the stacktrace for failing tests, such that it logs a continuous list of reds and greens?
Is it possible to run mix test --trace
such that it only shows all test suites without showing the stacktrace for failing tests, such that it logs a continuous list of reds and greens?