polylith

xlfe 2025-09-14T08:09:41.701099Z

I'm using https://github.com/seancorfield/polylith-external-test-runner and Malli function schemas - where would I add the http://malli.dev/start! call? Or rather, I if I wrap org.corfield.external-test-runner.interface/create and update :test {:create-test-runner wrapped} in workspace.edn, that's not going to do it is it? thanks3

xlfe 2025-09-14T08:51:42.882909Z

Ah got it. Added a test setup function in the workspace.edn

:projects {"command-line" {:alias "cli"
                            :test  {:setup-fn main/setup}}

4