A useful addition to the core of Canary would be an interactive mode to generate a custom selection. The idea is that in a Canary workspace we can see a full list of tests which are piped to an editor and then saved on disk to pair down to very specific sets of tests.
This needs to include the {path : "parameters..."} to support specific TestCase enabling and disabling. Current thought for the interface is similar to git rebase -i with a support of operations for each TestCase.
A useful addition to the core of Canary would be an interactive mode to generate a custom selection. The idea is that in a Canary workspace we can see a full list of tests which are piped to an editor and then saved on disk to pair down to very specific sets of tests.
This needs to include the {path : "parameters..."} to support specific TestCase enabling and disabling. Current thought for the interface is similar to
git rebase -iwith a support of operations for each TestCase.