Test results with lein test

Hello,
I am working with 0.33.x version and I am executing the tests with command “lein test”. The result is large (because I am testing a driver) and I dont know how can I see the results friendly.
Thank you in advance.

Hi @screspo
There’s a lot of debugging info, but if it fails, then that should be at the bottom of log. Or am I misunderstanding what you’re trying to do?
Out of curiosity, what driver are you trying to build?
By default lein test only tests against the H2 driver, so you need to specify your driver too:
https://metabase.com/docs/latest/developers-guide.html#unit-tests--linting
Pinging @camsaul

Unfortunately the large results are as friendly as they can get. You can however test a single namespace with lein test metabase.some-namespace-test which will make things easier to read.

Thank you for your answers.
I am trying to test the sparksql driver.
Regards.