Open
Description
Currently our test runner passes raw command line arguments to the children processes, only modifying them accordingly. This has led to #1245.
We should pass validated and completed arguments instead. Better yet, we could also do what Ginkgo CLI does, i.e. the parent process could compile the suite and pass a path to it to spawned processes.