Allow merging or splitting of tests
As an automation engineer, I want to be able to merge two or more tests into one painlessly, or split one test into multiple, in order to avoid double work if I discover a better way to handle a test I have already written.
For example, I had ...