Michael Rose
Michael Rose
For now we assume that any executables required by adapters (jest, npm, yarn, maven, gradle, pytest, etc.) are available in the environment -- if they're not, the behaviour is currently...
TEP does not currently define how filepaths should be defined, most urgently this affects windows vs. unix paths with `\` vs. `/` used as path separators. First thoughts at a...
e.g. when the user types ``` run-tests jest --help ``` The CLI should display some sort of help text from the adapter itself if specified, allowing each adapter to document...